diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-04-09 15:48:53 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-04-09 15:48:53 +0000 |
commit | 2ea60b995c0785bfaa3c4d55e9882a214ad9e9b5 (patch) | |
tree | eab1648ff114e5c0bf21ab96b9db41fe3296b3d9 | |
parent | 75590f7d935fb3e31aa55d8b2069b14715fa92f4 (diff) | |
download | control-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-x | control-center | 2 |
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>' |