summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-01-29 19:18:32 +0000
committerBill Nottingham <notting@redhat.com>2007-01-29 19:18:32 +0000
commit9aa16529ff511ce27f8b7eb20603dac8ae333c66 (patch)
treec403957800d3b1ba13a0d95f368f9672242038e8 /partIntfHelpers.py
parentf7347bbbc3fc27fe8da096eadbf5b6feb4ab9171 (diff)
downloadanaconda-9aa16529ff511ce27f8b7eb20603dac8ae333c66.tar.gz
anaconda-9aa16529ff511ce27f8b7eb20603dac8ae333c66.tar.xz
anaconda-9aa16529ff511ce27f8b7eb20603dac8ae333c66.zip
* partIntfHelpers.py: reword dialog
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index 802b2e2e1..d1bf47769 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -402,8 +402,7 @@ def checkForSwapNoMatch(anaconda):
request.fstype)
def mustHaveSelectedDrive(intf):
- txt =_("You need to select at least one hard drive to have %s installed "
- "onto.") % (productName,)
+ txt =_("You need to select at least one hard drive to install %s on.") % (productName,)
intf.messageWindow(_("Error"), txt, custom_icon="error")
def queryNoFormatPreExisting(intf):