summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-01 16:41:00 +0000
committerMatt Wilson <msw@redhat.com>2000-03-01 16:41:00 +0000
commit5987f359b7fa538e2c1f90e571bcc5b06c843995 (patch)
tree9417fe897e2a82af89f040d7ca56c00bf219872b /text.py
parent63417c8525421126307de1b022dd0d3fe3c0f669 (diff)
downloadanaconda-5987f359b7fa538e2c1f90e571bcc5b06c843995.tar.gz
anaconda-5987f359b7fa538e2c1f90e571bcc5b06c843995.tar.xz
anaconda-5987f359b7fa538e2c1f90e571bcc5b06c843995.zip
fix for reconfig mode
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 340990120..ed42f34aa 100644
--- a/text.py
+++ b/text.py
@@ -180,7 +180,7 @@ class KeyboardWindow:
try:
isys.loadKeymap(keyboards[choice])
except SystemError, (errno, msg):
- todo.log("Could not install keymap %s: %s" % (keymap, msg))
+ todo.log("Could not install keymap %s: %s" % (keyboards[choice], msg))
return INSTALL_OK
class InstallPathWindow: