summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-03-02 17:01:49 -0500
committerChris Lumens <clumens@redhat.com>2010-03-04 10:58:46 -0500
commita610786b27076fc7c409a551f6f25759b512b669 (patch)
tree2288c7c66a775757231faa4659e87ee9891e8e71 /iw
parent0fe0080ff043d3cbbe19e4e5c3feb5ddb82c1054 (diff)
downloadanaconda-a610786b27076fc7c409a551f6f25759b512b669.tar.gz
anaconda-a610786b27076fc7c409a551f6f25759b512b669.tar.xz
anaconda-a610786b27076fc7c409a551f6f25759b512b669.zip
Do some editing of package and filter UI strings (#569039).
Diffstat (limited to 'iw')
-rw-r--r--iw/cleardisks_gui.py6
1 files changed, 3 insertions, 3 deletions
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(_("<b>Tip:</b> All Linux filesystems on install target devices will be reformatted and wiped of any data. Make sure you have backups."))
+ self.installTargetTip.set_markup(_("<b>Tip:</b> 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(_("<b>Tip:</b> Install target devices will be reformatted and wiped of any data. Make sure you have backups."))
+ self.installTargetTip.set_markup(_("<b>Tip:</b> The install target devices will be reformatted and wiped of any data. Make sure you have backups."))
else:
- self.installTargetTip.set_markup(_("<b>Tip:</b> Your filesystems on install target devices will not be wiped unless you choose to do so during customization."))
+ self.installTargetTip.set_markup(_("<b>Tip:</b> Your filesystems on the install target devices will not be reformatted unless you choose to do so during customization."))
return self.vbox