summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-15 16:16:12 +0000
committerMike Fulbright <msf@redhat.com>2003-04-15 16:16:12 +0000
commitd9d17d144313e211f944df0da79400fcf8ce92ce (patch)
tree4453feb67d4c84a2ec9b9a6b7876874428a69a4a /packages.py
parent3e8f998be4d6680c7cc06dfc477aee367fb72e39 (diff)
downloadanaconda-d9d17d144313e211f944df0da79400fcf8ce92ce.tar.gz
anaconda-d9d17d144313e211f944df0da79400fcf8ce92ce.tar.xz
anaconda-d9d17d144313e211f944df0da79400fcf8ce92ce.zip
fix as suggested for easier xlations in bug #88713
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 4fb4ec7d8..9caf69dc2 100644
--- a/packages.py
+++ b/packages.py
@@ -684,7 +684,7 @@ def doInstall(method, id, intf, instPath):
l.sort(sortPackages)
progress = intf.progressWindow(_("Processing"),
- _("Setting up RPM transaction..."),
+ _("Preparing RPM transaction..."),
len(l))