summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-08 20:34:38 +0000
committerMike Fulbright <msf@redhat.com>2003-01-08 20:34:38 +0000
commit5ae6ad66f5473d50f5a40fbd19b97102e9e35d79 (patch)
treed479a6b0836f432ffb4380f62ce821a6d1297613 /iw
parent0d511ce05309476766faf7daa038e54277c72b5d (diff)
downloadanaconda-5ae6ad66f5473d50f5a40fbd19b97102e9e35d79.tar.gz
anaconda-5ae6ad66f5473d50f5a40fbd19b97102e9e35d79.tar.xz
anaconda-5ae6ad66f5473d50f5a40fbd19b97102e9e35d79.zip
now test is gone can use T for text
Diffstat (limited to 'iw')
-rw-r--r--iw/xconfig_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index 00ec5bc1f..1ac3c0ce2 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -390,7 +390,7 @@ class XCustomWindow (InstallWindow):
self.hbox5 = gtk.HBox (gtk.TRUE, 2)
frame4.add (self.hbox5)
- self.text = gtk.RadioButton (None, (_("T_ext")))
+ self.text = gtk.RadioButton (None, (_("_Text")))
self.graphical = gtk.RadioButton (self.text, (_("_Graphical")))
self.runLevel = self.desktop.getDefaultRunLevel()