summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index f60f70d0..b45974d7 100755
--- a/control-center
+++ b/control-center
@@ -623,9 +623,9 @@ my $ui = gtknew('UIManager', actions => [
#-PO: "<control>" must _NOT_ be translated. This is a keyboard shortcut for "Quit".
#-PO: you just have to select the proper letter for your language (eg: english: "Quit" => "Q")
N("<control>Q"), undef, \&quit_global ],
- [ 'OptionsMenu', undef, '_Options' ],
+ [ 'OptionsMenu', undef, N("_Options") ],
[ 'show_log', undef, N("Display _Logs") ],
- [ 'HelpMenu', undef, '_Help' ],
+ [ 'HelpMenu', undef, N("_Help") ],
[ 'Help', undef, N("_Help"), N("<control>H"), undef, \&run_help ],
[ 'Release_notes', undef, N("_Release notes"), undef, undef, sub { run_browser('Release_Notes') } ],
[ 'What s New', undef, N("What's _New?"), undef, undef, sub { run_browser("What's New?") } ],