summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-04-03 20:42:54 +0000
committerMike Fulbright <msf@redhat.com>2001-04-03 20:42:54 +0000
commite8e2bc6d9c2a441229ddfbbdcf9c20b4e9ecd31e (patch)
tree23844ed12478835a01f10e911621dea280274d7b /iw
parentb8482b91bca02bcb89a38d1823863aecf14627a6 (diff)
downloadanaconda-e8e2bc6d9c2a441229ddfbbdcf9c20b4e9ecd31e.tar.gz
anaconda-e8e2bc6d9c2a441229ddfbbdcf9c20b4e9ecd31e.tar.xz
anaconda-e8e2bc6d9c2a441229ddfbbdcf9c20b4e9ecd31e.zip
Put paren in right place to translation occurs
Diffstat (limited to 'iw')
-rw-r--r--iw/upgrade_swap_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index bcd19ea35..463e64d3d 100644
--- a/iw/upgrade_swap_gui.py
+++ b/iw/upgrade_swap_gui.py
@@ -103,7 +103,7 @@ class UpgradeSwapWindow (InstallWindow):
"kernels, as much as twice as much swap space as 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)))
+ "file systems now.") % (iutil.swapAmount() / 1024))
label.set_alignment (0.5, 0.0)
label.set_usize(400, 80)
@@ -142,7 +142,7 @@ class UpgradeSwapWindow (InstallWindow):
self.clist.select_row(0, 0)
- label = GtkLabel (_("It is recommended that your swap file be at least %d MB. Please enter a size for the swap file:" % suggSize))
+ label = GtkLabel (_("It is recommended that your swap file be at least %d MB. Please enter a size for the swap file:") % suggSize)
label.set_usize(400, 40)
label.set_line_wrap (TRUE)
a = GtkAlignment(0.5, 0.5)