summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-23 21:43:08 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-23 21:43:08 +0000
commit011e8715b39a269c9e0a06524cf6f33c3b893840 (patch)
treec6fc0c441bfaf5382519471a8d26333e155c3836
parent9ebc0c7dcd6946e0d9ad109bc93ae23f19e3bfd8 (diff)
downloadanaconda-011e8715b39a269c9e0a06524cf6f33c3b893840.tar.gz
anaconda-011e8715b39a269c9e0a06524cf6f33c3b893840.tar.xz
anaconda-011e8715b39a269c9e0a06524cf6f33c3b893840.zip
pad end of line with spaces (#70444)
-rw-r--r--text.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/text.py b/text.py
index a876cea6e..e2a94772c 100644
--- a/text.py
+++ b/text.py
@@ -331,6 +331,10 @@ class InstallInterface:
def drawFrame(self):
self.welcomeText = _("%s (C) 2002 Red Hat, Inc.") % (productName,)
self.screen.drawRootText (0, 0, self.welcomeText)
+ self.screen.drawRootText (len(_(self.welcomeText)), 0,
+ (self.screen.width -
+ len(_(self.welcomeText))) * " ")
+
if (os.access("/usr/share/anaconda/help/C/s1-help-screens-lang.txt", os.R_OK)):
self.screen.pushHelpLine(_(" <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"))
else: