summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
authorHans de Goede <hans@localhost.localdomain>2008-10-17 08:53:49 +0200
committerHans de Goede <hans@localhost.localdomain>2008-10-17 08:53:49 +0200
commit8a166e4289ee383e393ebf18731bc7f0db69fea9 (patch)
tree71448fc0c30f5d4607b6ade70429c1aae0db2b15 /cmdline.py
parent95f7549ccb8390f2be646e0361823f1125310636 (diff)
downloadanaconda-8a166e4289ee383e393ebf18731bc7f0db69fea9.tar.gz
anaconda-8a166e4289ee383e393ebf18731bc7f0db69fea9.tar.xz
anaconda-8a166e4289ee383e393ebf18731bc7f0db69fea9.zip
cmdline.py: Fix a small typo in a message (rh 467338)
cmdline.py: Fix a small typo in a message (rh 467338)
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline.py b/cmdline.py
index c17b355d1..3dbf17228 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -94,7 +94,7 @@ class InstallInterface:
if type == "ok":
print(text)
else:
- print(_("an't have a question in command line mode!"))
+ print(_("Can't have a question in command line mode!"))
print(title)
print(text)
print(type, custom_buttons)