summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-07-12 21:17:09 +0000
committerMatt Wilson <msw@redhat.com>1999-07-12 21:17:09 +0000
commitca787745818bdff19f6e8a9e8f1493c23c72dd0c (patch)
treee24fa9dc2420fdb57fe804063f2251da817c7931 /gui.py
parentcd979b108acf532b70c41aa431215556ed1e75ae (diff)
downloadanaconda-ca787745818bdff19f6e8a9e8f1493c23c72dd0c.tar.gz
anaconda-ca787745818bdff19f6e8a9e8f1493c23c72dd0c.tar.xz
anaconda-ca787745818bdff19f6e8a9e8f1493c23c72dd0c.zip
text changes
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index a5beff52f..d5b870d4f 100755
--- a/gui.py
+++ b/gui.py
@@ -16,7 +16,8 @@ class LanguageWindow:
def __init__ (self, ics):
ics.setTitle ("Language Selection")
ics.setNextEnabled (1)
- ics.setHTML ("<HTML><BODY>This is the language help window.</BODY></HTML>")
+ ics.setHTML ("<HTML><BODY>Select which language you would like"
+ "to use for the system default.</BODY></HTML>")
self.languages = ("English", "German", "French", "Spanish",
"Hungarian", "Japanese", "Chinese", "Korean")