summaryrefslogtreecommitdiffstats
path: root/iw/mouse.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-21 00:41:06 +0000
committerMatt Wilson <msw@redhat.com>1999-09-21 00:41:06 +0000
commitb61c143d89d09b72240aa6f8249abd7f1ae2b118 (patch)
tree9e9869c79db10aba3e608a88360fa466fd794fa6 /iw/mouse.py
parentbf206a5e7d1e7fe1cf40a402ff1fae192884c8e9 (diff)
downloadanaconda-b61c143d89d09b72240aa6f8249abd7f1ae2b118.tar.gz
anaconda-b61c143d89d09b72240aa6f8249abd7f1ae2b118.tar.xz
anaconda-b61c143d89d09b72240aa6f8249abd7f1ae2b118.zip
i18n, network changes
Diffstat (limited to 'iw/mouse.py')
-rw-r--r--iw/mouse.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/iw/mouse.py b/iw/mouse.py
index a145b5c0b..1c42e3089 100644
--- a/iw/mouse.py
+++ b/iw/mouse.py
@@ -3,6 +3,7 @@ from iw import *
from string import *
from re import *
import tree
+from gui import _
class MouseWindow (InstallWindow):
@@ -51,7 +52,7 @@ class MouseWindow (InstallWindow):
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)
- ics.setTitle ("Mouse Configuration")
+ ics.setTitle (_("Mouse Configuration"))
ics.readHTML ("mouse")
ics.setNextEnabled (TRUE)
@@ -130,7 +131,7 @@ class MouseWindow (InstallWindow):
("/dev/ttyS2 (COM3 under DOS)", "ttyS2" ),
("/dev/ttyS3 (COM4 under DOS)", "ttyS3" ) ]
- self.emulate3 = GtkCheckButton ("Emulate 3 Buttons")
+ self.emulate3 = GtkCheckButton (_("Emulate 3 Buttons"))
box = GtkVBox (FALSE)
sw = GtkScrolledWindow ()