summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-01-31 22:32:59 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-01-31 22:32:59 +0000
commit567b0c72aceb842dbf8f0999a4c6d36edbd967f8 (patch)
tree7f1b217d78c6e9d4b67a7181a7cf6a3661288b80
parentdac3de5aa5041cb7ab5c4fa53f051ffb9f0858f8 (diff)
downloadanaconda-567b0c72aceb842dbf8f0999a4c6d36edbd967f8.tar.gz
anaconda-567b0c72aceb842dbf8f0999a4c6d36edbd967f8.tar.xz
anaconda-567b0c72aceb842dbf8f0999a4c6d36edbd967f8.zip
Text clarification (#178105)
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 7c53cfa52..af66b3395 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -88,7 +88,7 @@ class simpleCallback:
if amount == 6:
self.progressWindow = \
self.progressWindowClass (_("Processing"),
- _("Preparing to install..."),
+ _("Preparing transaction from installation source..."),
total)
try:
self.incr = total / 10