summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
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 5463cf97b..67f0407ee 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -406,7 +406,7 @@ def queryNoFormatPreExisting(intf):
"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.")
- rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("Cancel"), _("Do _Not Format")], custom_icon="warning")
+ rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("_Modify Partition"), _("Do _Not Format")], custom_icon="warning")
return rc
def partitionSanityErrors(intf, errors):