summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Siegel <siegel@linux-mandrake.com>2001-04-09 15:48:53 +0000
committerStefan Siegel <siegel@linux-mandrake.com>2001-04-09 15:48:53 +0000
commit2ea60b995c0785bfaa3c4d55e9882a214ad9e9b5 (patch)
treeeab1648ff114e5c0bf21ab96b9db41fe3296b3d9
parent75590f7d935fb3e31aa55d8b2069b14715fa92f4 (diff)
downloadcontrol-center-2ea60b995c0785bfaa3c4d55e9882a214ad9e9b5.tar
control-center-2ea60b995c0785bfaa3c4d55e9882a214ad9e9b5.tar.gz
control-center-2ea60b995c0785bfaa3c4d55e9882a214ad9e9b5.tar.bz2
control-center-2ea60b995c0785bfaa3c4d55e9882a214ad9e9b5.tar.xz
control-center-2ea60b995c0785bfaa3c4d55e9882a214ad9e9b5.zip
another i18n fix
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index f818007b..20fec1b6 100755
--- a/control-center
+++ b/control-center
@@ -72,7 +72,7 @@ $window_global->add($vbox_global);
######### menus
my @item_factory_entries = (
{
- 'path' => _("/_File/_Quit"),
+ 'path' => _("/_File")._("/_Quit"),
'accelerator' => _("<control>Q"),
'action' => 1,
'type' => '<Item>'