From 72f0c26d3db3ff72e212507b86db44f73ed3f350 Mon Sep 17 00:00:00 2001 From: bfox Date: Fri, 12 Mar 2004 22:04:12 +0000 Subject: even better wording --- partIntfHelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partIntfHelpers.py') diff --git a/partIntfHelpers.py b/partIntfHelpers.py index d97805daf..391d4a1e5 100644 --- a/partIntfHelpers.py +++ b/partIntfHelpers.py @@ -404,7 +404,7 @@ def queryNoFormatPreExisting(intf): "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 home directories, then you should " + "to keep, such as home directories, then " "continue without formatting this partition.") rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("_Modify Partition"), _("Do _Not Format")], custom_icon="warning") return rc -- cgit