summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-29 19:26:28 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-29 19:26:28 +0000
commit5fcae219cabb5e1af354df7060f6d19abe766f9d (patch)
tree03f0b257563bdd0637a2ce0e402c68b75488c7b4 /partIntfHelpers.py
parent9aa16529ff511ce27f8b7eb20603dac8ae333c66 (diff)
downloadanaconda-5fcae219cabb5e1af354df7060f6d19abe766f9d.tar.gz
anaconda-5fcae219cabb5e1af354df7060f6d19abe766f9d.tar.xz
anaconda-5fcae219cabb5e1af354df7060f6d19abe766f9d.zip
2007-01-29 Jeremy Katz <katzj@redhat.com>
* partIntfHelpers.py (mustHaveSelectedDrive): Kill useless preposition at the end of the sentence.
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index d1bf47769..b1c942b1e 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -402,7 +402,7 @@ def checkForSwapNoMatch(anaconda):
request.fstype)
def mustHaveSelectedDrive(intf):
- txt =_("You need to select at least one hard drive to install %s on.") % (productName,)
+ txt =_("You need to select at least one hard drive to install %s.") % (productName,)
intf.messageWindow(_("Error"), txt, custom_icon="error")
def queryNoFormatPreExisting(intf):