diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-30 18:29:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-30 18:29:06 +0000 |
commit | 13ff689b7d58c63482b273a2c877f4f5821debcf (patch) | |
tree | f6d21813b82073da5b186d9147ae9025b5dd53ad | |
parent | f040e310f754da28536d95850402825cac99efb8 (diff) | |
download | control-center-13ff689b7d58c63482b273a2c877f4f5821debcf.tar control-center-13ff689b7d58c63482b273a2c877f4f5821debcf.tar.gz control-center-13ff689b7d58c63482b273a2c877f4f5821debcf.tar.bz2 control-center-13ff689b7d58c63482b273a2c877f4f5821debcf.tar.xz control-center-13ff689b7d58c63482b273a2c877f4f5821debcf.zip |
add a note for translators (mga#6172)
-rwxr-xr-x | control-center | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/control-center b/control-center index 68b72067..c13b1b74 100755 --- a/control-center +++ b/control-center @@ -623,7 +623,10 @@ my $release = mageia_release_info(); my @menu_items = ( [ N("/_File"), undef, undef, undef, '<Branch>' ], - [ N("/_File") . N("/_Quit"), N("<control>Q"), \&quit_global, undef, '<Item>', N("Quit") ], + [ N("/_File") . N("/_Quit"), + #-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"), \&quit_global, undef, '<Item>', N("Quit") ], [ N("/_Options"), undef, undef, undef, '<Branch>' ], [ join('', @{$options{show_log}}), undef, sub { |