From a610786b27076fc7c409a551f6f25759b512b669 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 2 Mar 2010 17:01:49 -0500 Subject: Do some editing of package and filter UI strings (#569039). --- iw/cleardisks_gui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iw') diff --git a/iw/cleardisks_gui.py b/iw/cleardisks_gui.py index 6b1c2e258..1af6cc84b 100644 --- a/iw/cleardisks_gui.py +++ b/iw/cleardisks_gui.py @@ -173,11 +173,11 @@ class ClearDisksWindow (InstallWindow): self.rightTreeView.get_selection().set_mode(gtk.SELECTION_MULTIPLE) if self.anaconda.storage.clearPartType == CLEARPART_TYPE_LINUX: - self.installTargetTip.set_markup(_("Tip: All Linux filesystems on install target devices will be reformatted and wiped of any data. Make sure you have backups.")) + self.installTargetTip.set_markup(_("Tip: All Linux filesystems on the install target devices will be reformatted and wiped of any data. Make sure you have backups.")) elif self.anaconda.storage.clearPartType == CLEARPART_TYPE_ALL: - self.installTargetTip.set_markup(_("Tip: Install target devices will be reformatted and wiped of any data. Make sure you have backups.")) + self.installTargetTip.set_markup(_("Tip: The install target devices will be reformatted and wiped of any data. Make sure you have backups.")) else: - self.installTargetTip.set_markup(_("Tip: Your filesystems on install target devices will not be wiped unless you choose to do so during customization.")) + self.installTargetTip.set_markup(_("Tip: Your filesystems on the install target devices will not be reformatted unless you choose to do so during customization.")) return self.vbox -- cgit