diff options
author | Mike Fulbright <msf@redhat.com> | 2001-03-09 16:04:31 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-03-09 16:04:31 +0000 |
commit | 39c62f1a7a6a4309373ea02079fbf293f7c89e2c (patch) | |
tree | 3e28e3a1da33977cd0d2defc2a19f59b593350fe /iw | |
parent | 8612f7233240293e79907ee091c87124bfcece83 (diff) | |
download | anaconda-39c62f1a7a6a4309373ea02079fbf293f7c89e2c.tar.gz anaconda-39c62f1a7a6a4309373ea02079fbf293f7c89e2c.tar.xz anaconda-39c62f1a7a6a4309373ea02079fbf293f7c89e2c.zip |
make string 'DDC Probed Monitor' translatable.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/xconfig_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py index 1aaa666b9..6a947ae2c 100644 --- a/iw/xconfig_gui.py +++ b/iw/xconfig_gui.py @@ -733,7 +733,7 @@ class MonitorWindow (InstallWindow): #--Add a category for a DDC probed monitor if a DDC monitor was probed, but the user has selected #--another monitor, gone forward, and then returned to this screen. if self.todo.isDDC == "TRUE": - parent = self.ctree.insert_node (None, None, ("DDC Probed Monitor",), + parent = self.ctree.insert_node (None, None, (_("DDC Probed Monitor"),), 2, self.monitor_p, self.monitor_b, self.monitor_p, self.monitor_b, is_leaf = FALSE) self.originalNode = self.ctree.insert_node (parent, None, (self.todo.monitorOriginalName,), 2) |