summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-05 18:00:04 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-05 18:00:04 +0000
commitfb6ebd37ac80ef3e5d681cdd5431ed0a8d53dd96 (patch)
tree83820ecb4724a95ca7685d5189accf8f61486b3d /iw
parent30c77c74c60d13ea9e89d5998b14a11bc16fe278 (diff)
downloadanaconda-fb6ebd37ac80ef3e5d681cdd5431ed0a8d53dd96.tar.gz
anaconda-fb6ebd37ac80ef3e5d681cdd5431ed0a8d53dd96.tar.xz
anaconda-fb6ebd37ac80ef3e5d681cdd5431ed0a8d53dd96.zip
mnemonics
Diffstat (limited to 'iw')
-rw-r--r--iw/examine_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index be7985ce1..c8137a60b 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -92,7 +92,7 @@ class UpgradeExamineWindow (InstallWindow):
label.set_alignment(0.0, 0.5)
vbox.pack_start(label, gtk.FALSE)
- self.individualPackages = gtk.CheckButton (_("Customize packages to be "
+ self.individualPackages = gtk.CheckButton (_("_Customize packages to be "
"upgraded"))
self.individualPackages.set_active (not dispatch.stepInSkipList("indivpackage"))