summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-09-17 20:55:03 +0000
committerMike Fulbright <msf@redhat.com>2003-09-17 20:55:03 +0000
commit8307d33391423f13c1deed409b80d8e381582a93 (patch)
treef9166970bd7d0694367ea7f66572d9949b02af1b /iw/xconfig_gui.py
parent114ca03be7dab9ce579531a318be02ea7562fb84 (diff)
downloadanaconda-8307d33391423f13c1deed409b80d8e381582a93.tar.gz
anaconda-8307d33391423f13c1deed409b80d8e381582a93.tar.xz
anaconda-8307d33391423f13c1deed409b80d8e381582a93.zip
add a nag to let user know running w/o a firewall is dangerous (unlike scissors) and add mnenomics to monitor not set nag dialogbefore-taroon-merge
Diffstat (limited to 'iw/xconfig_gui.py')
-rw-r--r--iw/xconfig_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index 34ad27cf6..47e713e97 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -441,8 +441,8 @@ class MonitorWindow (InstallWindow):
"model in order to have the highest possible "
"display quality."),
type="custom",
- custom_buttons = [_("Proceed"),
- _("Choose monitor type")],
+ custom_buttons = [_("_Proceed"),
+ _("_Choose monitor type")],
custom_icon="warning")
if rc:
raise gui.StayOnScreen