summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
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