summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-02-23 18:21:10 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-02-23 18:21:10 +0000
commit02e5333e9be703ed6365d96f8f08c04e64cd7e9f (patch)
tree59b06817a51bcdaa19c51250507e8fc89eb11ac4 /textw
parent1a428337dc9d68e1eb235d658b716527e4bb9bb1 (diff)
downloadanaconda-02e5333e9be703ed6365d96f8f08c04e64cd7e9f.tar.gz
anaconda-02e5333e9be703ed6365d96f8f08c04e64cd7e9f.tar.xz
anaconda-02e5333e9be703ed6365d96f8f08c04e64cd7e9f.zip
* language.py: Use fixLang in a few more places. Set SYSFONT to
selected lang's font in lang-table. Modified getCurrent to return selected lang. * text.py (InstallInterface.run): The Language class handles the non-working languages for text mode. Only call getFontFile to see if we should tell the user the selected lang won't work in text mode. * textw/language_text.py (LanguageWindow.__call__): None -> none
Diffstat (limited to 'textw')
-rw-r--r--textw/language_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/language_text.py b/textw/language_text.py
index 8e481e940..aafd71b8b 100644
--- a/textw/language_text.py
+++ b/textw/language_text.py
@@ -46,7 +46,7 @@ class LanguageWindow:
if button == TEXT_BACK_CHECK:
return INSTALL_BACK
- if ((instLanguage.getFontFile(choice) == "None")):
+ if ((instLanguage.getFontFile(choice) == "none")):
ButtonChoiceWindow(screen, "Language Unavailable",
"%s display is unavailable in text mode. The "
"installation will continue in English." % (choice,),