diff options
Diffstat (limited to 'yuminstall.py')
-rw-r--r-- | yuminstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py index 372ef162a..035c4b16f 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -126,7 +126,7 @@ class AnacondaCallback: # step 6 is the bulk of the ts processing time if amount == 6: self.progressWindow = \ - self.progressWindowClass (_("Preparing to install"), + self.progressWindowClass (_("Preparing to install"), _("Preparing transaction from installation source"), total) self.incr = total / 10 |