From a7f8969adedcb0b1e52a834f7e36165e1eee12ba Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 15 Apr 2016 09:43:37 +0200 Subject: fix untranslatable strings (mga#18201) bug introduced in commit b908a9dfd6810b690c9e43b9f31267de0cfc723f --- control-center | 4 ++-- 1 file 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: "" 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("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("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?") } ], -- cgit v1.2.1