diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-24 03:03:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-24 03:03:14 +0000 |
commit | 99aca0c08686d30969ead691b80666d28342211c (patch) | |
tree | a958f9b3406c41d68923bfcec782ac79581639d6 /packages.py | |
parent | 5328b320c3a31685e0ffe3ee53c0f1c45ed4e448 (diff) | |
download | anaconda-99aca0c08686d30969ead691b80666d28342211c.tar.gz anaconda-99aca0c08686d30969ead691b80666d28342211c.tar.xz anaconda-99aca0c08686d30969ead691b80666d28342211c.zip |
change wording, #49612
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.py b/packages.py index fc8484763..c2fcfbebd 100644 --- a/packages.py +++ b/packages.py @@ -606,8 +606,8 @@ def doInstall(method, id, intf, instPath): method.filesDone () if upgrade: - instLog.write ("\n\nThe following packages were available on the " - "CD but NOT upgraded:\n") + instLog.write ("\n\nThe following packages were available in this " + "version but NOT upgraded:\n") for p in id.hdList.packages.values (): if not p.selected: instLog.write("%s-%s-%s.%s.rpm\n" % |