diff options
Diffstat (limited to 'iw/rootpartition.py')
-rw-r--r-- | iw/rootpartition.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py index b86d34c2f..7e7ba6a93 100644 --- a/iw/rootpartition.py +++ b/iw/rootpartition.py @@ -187,8 +187,8 @@ class AutoPartitionWindow(InstallWindow): if not todo.getPartitionWarningText(): return None - label = GtkLabel( - _("%s\n\nIf you don't want to do this, you can continue with " + label = \ + GtkLabel(_("%s\n\nIf you don't want to do this, you can continue with " "this install by partitioning manually, or you can go back " "and perform a fully customized installation.") % (todo.getPartitionWarningText(), )) |