summaryrefslogtreecommitdiffstats
path: root/text.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 /text.py
parentaaf5b654f04384eb09174c3e215b4381f06ea1cb (diff)
downloadanaconda-e8b12692bda648409739508283df1c1a071fdaf8.tar.gz
anaconda-e8b12692bda648409739508283df1c1a071fdaf8.tar.xz
anaconda-e8b12692bda648409739508283df1c1a071fdaf8.zip
fix tyop (noticed on fedora-trans-list)
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 480fd0743..212b1471f 100644
--- a/text.py
+++ b/text.py
@@ -281,7 +281,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,)
self.messageWindow(_("Error Parsing Kickstart Config"),
s,
type = "custom",