summaryrefslogtreecommitdiffstats
path: root/iw/language.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-08 20:46:12 +0000
committerMatt Wilson <msw@redhat.com>1999-10-08 20:46:12 +0000
commit24f7cf0493e974e17f16c3186a4c7836fb5cc4f5 (patch)
tree8d5f5258a8854d379cc206b3badf1772f2616608 /iw/language.py
parent755fc04fe15cffdd2900f4330a677d50be584fdf (diff)
downloadanaconda-24f7cf0493e974e17f16c3186a4c7836fb5cc4f5.tar.gz
anaconda-24f7cf0493e974e17f16c3186a4c7836fb5cc4f5.tar.xz
anaconda-24f7cf0493e974e17f16c3186a4c7836fb5cc4f5.zip
changes for i18n
Diffstat (limited to 'iw/language.py')
-rw-r--r--iw/language.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/language.py b/iw/language.py
index 0d11e623a..ac776f89a 100644
--- a/iw/language.py
+++ b/iw/language.py
@@ -36,6 +36,7 @@ class LanguageWindow (InstallWindow):
mainBox = GtkVBox (FALSE, 10)
label = GtkLabel (self.question)
label.set_alignment (0.5, 0.5)
+ label.set_line_wrap (TRUE)
language_keys = self.languages.keys ()
language_keys.sort ()