diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
commit | 67b133020bb2a5ba90005ac6da55a0d5d1424799 (patch) | |
tree | 68eae41b81639206b3de7dc12b4a3c1335144048 /iw/language.py | |
parent | e0e974477f07b1eb16c7553528b3f64d5d520ce5 (diff) | |
download | anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.gz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.xz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.zip |
patch from jj, misc fixesbefore.po.msgmerge
Diffstat (limited to 'iw/language.py')
-rw-r--r-- | iw/language.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iw/language.py b/iw/language.py index dd1539d55..c6e67470a 100644 --- a/iw/language.py +++ b/iw/language.py @@ -10,8 +10,7 @@ class LanguageWindow (InstallWindow): ics.setTitle (_("Language Selection")) ics.setPrevEnabled (0) ics.setNextEnabled (1) - ics.setHTML ("<HTML><BODY BGCOLOR=\"#FFFFFF\">Select which language you would like" - "to use for the system default.</BODY></HTML>") + ics.readHTML ("lang") self.question = (_("What language should be used during the " "installation process?")) |