summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-03-12 15:49:06 +0000
committerChris Lumens <clumens@redhat.com>2007-03-12 15:49:06 +0000
commitb8bf057a99fc5d6230ca52f130ca884d8104891e (patch)
treec19913f0dadcd7eb429c9bbf6c4f18eb63518e21 /iw
parent5e6b045435d1698855d6c222c1fd9d7455e614cc (diff)
downloadanaconda-b8bf057a99fc5d6230ca52f130ca884d8104891e.tar.gz
anaconda-b8bf057a99fc5d6230ca52f130ca884d8104891e.tar.xz
anaconda-b8bf057a99fc5d6230ca52f130ca884d8104891e.zip
String fix (#231761).
Diffstat (limited to 'iw')
-rw-r--r--iw/upgrade_swap_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index c22276afe..07b00cc98 100644
--- a/iw/upgrade_swap_gui.py
+++ b/iw/upgrade_swap_gui.py
@@ -186,7 +186,7 @@ class UpgradeSwapWindow (InstallWindow):
def warning(self):
rc = self.intf.messageWindow(_("Warning"),
- _("A swap file is stongly recommended. "
+ _("A swap file is strongly recommended. "
"Failure to create one could cause the installer "
"to abort abnormally. Are you sure you wish "
"to continue?"), type = "yesno")