diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-08-13 19:15:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-08-13 19:15:10 +0000 |
commit | dcbf2b7a56de276fce40a1e9dbc79305b62e0985 (patch) | |
tree | 987c7be0fdc44113f8ae33e98a7d87f6de6cc5e7 /partIntfHelpers.py | |
parent | 6e5f5aa8f650c3d98350946d9eed898e96b1272f (diff) | |
download | anaconda-dcbf2b7a56de276fce40a1e9dbc79305b62e0985.tar.gz anaconda-dcbf2b7a56de276fce40a1e9dbc79305b62e0985.tar.xz anaconda-dcbf2b7a56de276fce40a1e9dbc79305b62e0985.zip |
change to Modify Partition (#72671)
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r-- | partIntfHelpers.py | 2 |
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): |