From e8b12692bda648409739508283df1c1a071fdaf8 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 8 Jun 2004 20:42:08 +0000 Subject: fix tyop (noticed on fedora-trans-list) --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') 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", -- cgit