diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-08 20:42:08 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-08 20:42:08 +0000 |
commit | e8b12692bda648409739508283df1c1a071fdaf8 (patch) | |
tree | 4a464fd9bd64d7aad4ebd7c8949ffbbb258ea221 /gui.py | |
parent | aaf5b654f04384eb09174c3e215b4381f06ea1cb (diff) | |
download | anaconda-e8b12692bda648409739508283df1c1a071fdaf8.tar.gz anaconda-e8b12692bda648409739508283df1c1a071fdaf8.tar.xz anaconda-e8b12692bda648409739508283df1c1a071fdaf8.zip |
fix tyop (noticed on fedora-trans-list)
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -636,7 +636,7 @@ class InstallInterface: def kickstartErrorWindow(self, text): s = _("The following error was found while parsing your " - "kickstart configuration:n\n%s") %(text,) + "kickstart configuration:\n\n%s") %(text,) return self.messageWindow(_("Error Parsing Kickstart Config"), s, type = "custom", |