summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-02-27 21:17:26 +0000
committerChris Lumens <clumens@redhat.com>2007-02-27 21:17:26 +0000
commit2ed15c8e880336ab539ad3b491426f9399cc860c (patch)
tree3e618fa932ae8a8481540a0918fa2f9d6fdeff54 /textw/upgrade_text.py
parent2d4d0344b9028b16dcbf7dda13ce77b7300443a0 (diff)
downloadanaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.tar.gz
anaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.tar.xz
anaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.zip
Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,
#204564).
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 505afb0e1..04eed3360 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -31,9 +31,9 @@ class UpgradeMigrateFSWindow:
g = GridFormHelp(screen, _("Migrate File Systems"), "upmigfs", 1, 4)
text = _("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))
@@ -86,8 +86,8 @@ class UpgradeSwapWindow:
ramDetected = iutil.memInstalled()/1024
- text = _("The 2.4 kernel needs significantly more swap than older "
- "kernels, as much as twice as much swap space as RAM on the "
+ text = _("Recent kernels (2.4 or newer) need significantly more swap than older "
+ "kernels, up to twice the amount of RAM on the "
"system. You currently have %dMB of swap configured, but "
"you may create additional swap space on one of your "
"file systems now.") % (iutil.swapAmount() / 1024)
@@ -201,8 +201,7 @@ class UpgradeExamineWindow:
partList.append("%s (%s)" %(desc, drive))
(button, choice) = ListboxChoiceWindow(screen, _("System to Upgrade"),
- _("One or more existing Linux installations "
- "have been found "
+ _("There seem to be one or more existing Linux installations "
"on your system.\n\nPlease choose one to upgrade, "
"or select 'Reinstall System' to freshly install "
"your system."), partList,