summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-01 18:40:55 +0000
committerMike Fulbright <msf@redhat.com>2000-06-01 18:40:55 +0000
commit69c0c47e7a4eadc9aaebc630c1c7b69b43a56f74 (patch)
treeb53c1dd54522972f076fe956517aaf328a74c5bb /text.py
parent7556be9b468377fd6510c8852d8dea84428d652c (diff)
downloadanaconda-69c0c47e7a4eadc9aaebc630c1c7b69b43a56f74.tar.gz
anaconda-69c0c47e7a4eadc9aaebc630c1c7b69b43a56f74.tar.xz
anaconda-69c0c47e7a4eadc9aaebc630c1c7b69b43a56f74.zip
added help for X probe results screen
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/text.py b/text.py
index e4d588d04..885036388 100644
--- a/text.py
+++ b/text.py
@@ -442,7 +442,8 @@ class XConfigWindow:
if todo.x.server:
rc = ButtonChoiceWindow (screen, _("X probe results"),
todo.x.probeReport (),
- buttons = [ _("OK"), _("Back") ])
+ buttons = [ _("OK"), _("Back") ],
+ help = 'xprobe')
if rc == string.lower (_("Back")):
return INSTALL_BACK