summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-25 01:05:10 +0000
committerMatt Wilson <msw@redhat.com>1999-09-25 01:05:10 +0000
commit5ce65c66120be863269799728a68a7dbd8339152 (patch)
tree65b103fd426d973a40c6bc50234bfad572787a05 /iw
parent4de71165e18d162ebc63e4f2ac8fab8f1059de20 (diff)
downloadanaconda-5ce65c66120be863269799728a68a7dbd8339152.tar.gz
anaconda-5ce65c66120be863269799728a68a7dbd8339152.tar.xz
anaconda-5ce65c66120be863269799728a68a7dbd8339152.zip
fixed.
Diffstat (limited to 'iw')
-rw-r--r--iw/rootpartition.py4
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(), ))