summaryrefslogtreecommitdiffstats
path: root/partitioning.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-11-01 23:49:53 +0000
committerbfox <bfox>2001-11-01 23:49:53 +0000
commitc8cf24a734d682ed85519f5aa7c4faba6177f9b4 (patch)
tree69f15c9560e75d4e02df4e4d34264065bf34eaca /partitioning.py
parentce0bfbe4e73cd7cd3d9194b24caddf854efd2ff5 (diff)
downloadanaconda-c8cf24a734d682ed85519f5aa7c4faba6177f9b4.tar.gz
anaconda-c8cf24a734d682ed85519f5aa7c4faba6177f9b4.tar.xz
anaconda-c8cf24a734d682ed85519f5aa7c4faba6177f9b4.zip
Clarified dialog text. Fixes bug 55426
Diffstat (limited to 'partitioning.py')
-rw-r--r--partitioning.py17
1 files changed, 9 insertions, 8 deletions
diff --git a/partitioning.py b/partitioning.py
index 8847194e6..63f73f9e0 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -1826,14 +1826,15 @@ def queryFormatPreExisting(intf):
return rc
def queryNoFormatPreExisting(intf):
- txt = _("You have chosen not to format a pre-existing "
- "partition which is being mounted under a "
- "system directory. Unless you have particular "
- "needs to preserve data on this partition, it is highly "
- "recommended you format this partition to "
- "guarantee the data formerly on the partition "
- "does not corrupt your new installation.\n\n"
- "Are you sure you want to do this?")
+ txt = _("You have chosen to use a pre-existing "
+ "partition for this installation without formatting it. "
+ "Red Hat recommends that you format this partition "
+ "to make sure files from a previous operating system installation "
+ "do not cause problems with this installation of Linux. "
+ "However, if this partition contains files that you need "
+ "to keep, such as a users home directories, then you should "
+ "continue without formatting this partition. \n\n"
+ "Are you sure you want to continue without formatting the partition ?")
rc = intf.messageWindow(_("Format?"), txt, type = "yesno", default = "no")
return rc