summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index fb43360b3..1d6db0fdc 100644
--- a/text.py
+++ b/text.py
@@ -460,12 +460,12 @@ class InstallInterface:
self.anaconda = anaconda
instLang = anaconda.id.instLanguage
- if instLang.getFontFile(instLang.getCurrent()) == "none":
+ if instLang.getFontFile(instLang.instLang) == "none":
if not anaconda.isKickstart:
ButtonChoiceWindow(self.screen, "Language Unavailable",
"%s display is unavailable in text mode. "
"The installation will continue in "
- "English." % (instLang.getCurrent(),),
+ "English." % (instLang.instLang,),
buttons=[TEXT_OK_BUTTON])
if not self.isRealConsole():