diff options
-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>' |