summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-08 20:42:08 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-08 20:42:08 +0000
commite8b12692bda648409739508283df1c1a071fdaf8 (patch)
tree4a464fd9bd64d7aad4ebd7c8949ffbbb258ea221 /gui.py
parentaaf5b654f04384eb09174c3e215b4381f06ea1cb (diff)
downloadanaconda-e8b12692bda648409739508283df1c1a071fdaf8.tar.gz
anaconda-e8b12692bda648409739508283df1c1a071fdaf8.tar.xz
anaconda-e8b12692bda648409739508283df1c1a071fdaf8.zip
fix tyop (noticed on fedora-trans-list)
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 7bfdacaed..9f52dfe83 100755
--- a/gui.py
+++ b/gui.py
@@ -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",