[yum-commits] Branch 'yum-3_2_X' - output.py

skvidal at osuosl.org skvidal at osuosl.org
Mon Sep 21 16:58:06 UTC 2009


 output.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0bf38e888429aa2d9d9689a030d61292052e20be
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Sep 21 12:57:10 2009 -0400

    minor string change b/c "Packages Used" felt awkward.
    
    ack'd on irc

diff --git a/output.py b/output.py
index 1072111..d0b9f7f 100755
--- a/output.py
+++ b/output.py
@@ -1387,7 +1387,7 @@ to exit.
             print _("Return-Code    :"), _("Failure:"), old.return_code
         else:
             print _("Return-Code    :"), _("Success")
-        print _("Packages Used  :")
+        print _("Transaction performed with  :")
         for hpkg in old.trans_with:
             prefix = " " * 4
             state  = _('Installed')


More information about the Yum-commits mailing list