summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-27 15:39:02 +0000
committerMatt Wilson <msw@redhat.com>2000-04-27 15:39:02 +0000
commit7fb1679581871ed83bac3cbcddcc46aa162dc5c4 (patch)
tree8caeb16188f142ed8948b6f24fc09b0d9352d6eb /gui.py
parent58fbf93ed369ca8cf76f712db9f10a90c36d6e0c (diff)
downloadanaconda-7fb1679581871ed83bac3cbcddcc46aa162dc5c4.tar.gz
anaconda-7fb1679581871ed83bac3cbcddcc46aa162dc5c4.tar.xz
anaconda-7fb1679581871ed83bac3cbcddcc46aa162dc5c4.zip
second pass at XFree86 4.0 support
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index efd0d6da2..420cd29a1 100755
--- a/gui.py
+++ b/gui.py
@@ -614,7 +614,7 @@ class InstallControlWindow (Thread):
self.mutex.acquire ()
class InstallControlState:
- def __init__ (self, cw, ii, todo, title = "Install Window",
+ def __init__ (self, cw, ii, todo, title = _("Install Window"),
prevEnabled = 1, nextEnabled = 0, html = ""):
self.searchPath = [ "/usr/share/anaconda/", "./" ]
self.ii = ii