diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-21 00:41:06 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-21 00:41:06 +0000 |
commit | b61c143d89d09b72240aa6f8249abd7f1ae2b118 (patch) | |
tree | 9e9869c79db10aba3e608a88360fa466fd794fa6 /iw/welcome.py | |
parent | bf206a5e7d1e7fe1cf40a402ff1fae192884c8e9 (diff) | |
download | anaconda-b61c143d89d09b72240aa6f8249abd7f1ae2b118.tar.gz anaconda-b61c143d89d09b72240aa6f8249abd7f1ae2b118.tar.xz anaconda-b61c143d89d09b72240aa6f8249abd7f1ae2b118.zip |
i18n, network changes
Diffstat (limited to 'iw/welcome.py')
-rw-r--r-- | iw/welcome.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/welcome.py b/iw/welcome.py index bbad8e1ca..bbca1ce55 100644 --- a/iw/welcome.py +++ b/iw/welcome.py @@ -7,7 +7,7 @@ class WelcomeWindow (InstallWindow): def __init__ (self, ics): InstallWindow.__init__ (self, ics) - ics.setTitle ("Welcome ") + ics.setTitle (_("Welcome")) ics.setNextEnabled (1) ics.readHTML ("wel") self.ics = ics |