summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-31 12:44:46 +0000
committerMatt Wilson <msw@redhat.com>2000-07-31 12:44:46 +0000
commit5a116e6c47b11d74446f7ff9f20da0eb6c67b19e (patch)
tree7d29261fb76aeec37895dcb774566cb09fc05cca /text.py
parentef03c4b29ef043b1b9aeb9c60e9fa557158ecada (diff)
downloadanaconda-5a116e6c47b11d74446f7ff9f20da0eb6c67b19e.tar.gz
anaconda-5a116e6c47b11d74446f7ff9f20da0eb6c67b19e.tar.xz
anaconda-5a116e6c47b11d74446f7ff9f20da0eb6c67b19e.zip
i18n
Diffstat (limited to 'text.py')
-rw-r--r--text.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/text.py b/text.py
index 479a518d2..bb1e9badf 100644
--- a/text.py
+++ b/text.py
@@ -1011,9 +1011,9 @@ class InstallInterface:
if (rc != INSTALL_NOOP):
# clear out the old root text by writing spaces in the blank
# area on the right side of the screen
- self.screen.drawRootText (len(self.welcomeText), 0,
- (self.screen.width - len(self.welcomeText)) * " ")
- self.screen.drawRootText (0 - len(step[0]),
+ self.screen.drawRootText (len(_(self.welcomeText)), 0,
+ (self.screen.width - len(_(self.welcomeText)) * " ")
+ self.screen.drawRootText (0 - len(_(step[0])),
0, _(step[0]))
# This is *disgusting* (ewt)
if step[1] == UpgradeExamineWindow: