diff options
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |