diff options
-rw-r--r-- | storage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/__init__.py b/storage/__init__.py index 62f0021ac..c87bbfbcb 100644 --- a/storage/__init__.py +++ b/storage/__init__.py @@ -1697,7 +1697,7 @@ class FSSet(object): continue except UnknownSwapError: msg = _("The swap device:\n\n %s\n\n" - "does not contain a support swap volume. In " + "does not contain a supported swap volume. In " "order to continue installation, you will need " "to format the device or skip it.") \ % device.path |