summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-01 16:32:38 +0000
committerMatt Wilson <msw@redhat.com>2001-08-01 16:32:38 +0000
commit15b120c5ce1131ac95a85ab5f5c5312d6756e380 (patch)
treeb02eaa4e0e45d0500f370016770081b1af9894d2 /iw
parent37b8e297ba9085384eef7c0611819280ff8352e8 (diff)
downloadanaconda-15b120c5ce1131ac95a85ab5f5c5312d6756e380.tar.gz
anaconda-15b120c5ce1131ac95a85ab5f5c5312d6756e380.tar.xz
anaconda-15b120c5ce1131ac95a85ab5f5c5312d6756e380.zip
use the translations
Diffstat (limited to 'iw')
-rw-r--r--iw/partmethod_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/partmethod_gui.py b/iw/partmethod_gui.py
index dfabfdca6..e15be39a2 100644
--- a/iw/partmethod_gui.py
+++ b/iw/partmethod_gui.py
@@ -46,7 +46,7 @@ class PartitionMethodWindow(InstallWindow):
box = GtkVBox (FALSE)
box.set_border_width (5)
- label=GtkLabel(PARTMETHOD_TYPE_DESCR_TEXT)
+ label=GtkLabel(_(PARTMETHOD_TYPE_DESCR_TEXT))
label.set_line_wrap(1)
label.set_alignment(0.0, 0.0)
label.set_usize(400, -1)