summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-07-13 10:38:27 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2009-07-13 10:41:00 -0400
commit0976bfe694947a3617f9fcf124c68baec90d87ad (patch)
tree8743133788a4d759740d699998122bc6732b4ede /cmdline.py
parent0c951cfba63a967f6b67d9b112bd26fb42a1abe0 (diff)
downloadanaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.tar.gz
anaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.tar.xz
anaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.zip
Lots of small grammar and wording changes.
Just auditing the world for clarity, don't mind me.
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdline.py b/cmdline.py
index 0f209c786..1ddde1801 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -83,8 +83,8 @@ class InstallInterface:
return ProgressWindow(title, text, total, updpct, pulse)
def kickstartErrorWindow(self, text):
- s = _("The following error was found while parsing your "
- "kickstart configuration:\n\n%s") %(text,)
+ s = _("The following error was found while parsing the "
+ "kickstart configuration file:\n\n%s") %(text,)
print(s)
while 1:
@@ -95,7 +95,7 @@ class InstallInterface:
if type == "ok":
print(text)
else:
- print(_("Can't have a question in command line mode!"))
+ print(_("Command line mode requires all choices to be specified in a kickstart configuration file."))
print(title)
print(text)
print(type, custom_buttons)