summaryrefslogtreecommitdiffstats
path: root/iw/upgrade_migratefs_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/upgrade_migratefs_gui.py')
-rw-r--r--iw/upgrade_migratefs_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/upgrade_migratefs_gui.py b/iw/upgrade_migratefs_gui.py
index 00c31d698..c7f66c91a 100644
--- a/iw/upgrade_migratefs_gui.py
+++ b/iw/upgrade_migratefs_gui.py
@@ -50,9 +50,9 @@ class UpgradeMigrateFSWindow (InstallWindow):
box.set_border_width (5)
text = N_("This release of %s supports "
- "the ext3 journalling file system. It has several "
+ "the ext3 journaling file system, which has several "
"benefits over the ext2 file system traditionally shipped "
- "in %s. It is possible to migrate the ext2 "
+ "in %s. This installation program can migrate the ext2 "
"formatted partitions to ext3 without data loss.\n\n"
"Which of these partitions would you like to migrate?" %
(productName, productName))