summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Siegel <siegel@linux-mandrake.com>2001-08-18 18:53:37 +0000
committerStefan Siegel <siegel@linux-mandrake.com>2001-08-18 18:53:37 +0000
commit8c887e2c4b1534837b46e66f52d979d169bf440c (patch)
tree182de1d118242ef4afef83e0edacc1ef18c32286
parent3c7a478f2116ec96bd535e25a3fdbd13e80fad32 (diff)
downloadcontrol-center-8c887e2c4b1534837b46e66f52d979d169bf440c.tar
control-center-8c887e2c4b1534837b46e66f52d979d169bf440c.tar.gz
control-center-8c887e2c4b1534837b46e66f52d979d169bf440c.tar.bz2
control-center-8c887e2c4b1534837b46e66f52d979d169bf440c.tar.xz
control-center-8c887e2c4b1534837b46e66f52d979d169bf440c.zip
fixed silly i18n testing bug ...
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 35615ef8..6d0f6b54 100755
--- a/control-center
+++ b/control-center
@@ -133,7 +133,7 @@ map {
my %tree_exec = (_("Boot Disk") => "$_xbindir/drakfloppy.real", _("Boot Config") => "$_sbindir/drakboot", _("Auto Install") => "$_sbindir/drakautoinst",
_("Display") => "$_sbindir/XFdrake" ,
- _("Hardware") => "$_xbindir/harddrake" , _("Mouse") => "$_sbindir/mousedrake" ,
+ _("Hardware") => "$_sbindir/harddrake" , _("Mouse") => "$_sbindir/mousedrake" ,
_("Printer") => "$_sbindir/printerdrake" , _("Keyboard") => "$_sbindir/keyboarddrake" ,
_("Connection") => "$_sbindir/draknet",
_("Connection Sharing") => "$_sbindir/drakgw",