From 0385c3a448330859541b666a5eed8bd99a734b25 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Wed, 9 Dec 2009 01:34:35 -0600 Subject: A couple of cleanups to warnings about formatting preexisting devices. --- iw/partition_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw/partition_gui.py') diff --git a/iw/partition_gui.py b/iw/partition_gui.py index d239cd376..f3f0ff9b8 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -874,7 +874,7 @@ class PartitionWindow(InstallWindow): formatWarnings = getPreExistFormatWarnings(self.storage) if formatWarnings: - labelstr1 = _("The following pre-existing partitions have been " + labelstr1 = _("The following pre-existing devices have been " "selected to be formatted, destroying all data.") # labelstr2 = _("Select 'Yes' to continue and format these " -- cgit