diff options
-rw-r--r-- | iw/upgrade_swap_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py index a4a73c778..4cb11ae71 100644 --- a/iw/upgrade_swap_gui.py +++ b/iw/upgrade_swap_gui.py @@ -110,7 +110,6 @@ class UpgradeSwapWindow (InstallWindow): count = count + 1 self.clist.select_row(0, 0) - suggSize = 128 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) |