From b71235ead7c02514fb31cd50aa24036d027ad861 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 1 Feb 2014 23:53:09 +0100 Subject: fix another missing translation spot by "Yuri Chornoivan" --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 566560643..b40663209 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -190,7 +190,7 @@ my $ui = gtknew('UIManager', actions => [ # [name, stock_id, value, label, accelerator, tooltip, callback] [ 'FileMenu', undef, N("_File") ], [ 'Quit', undef, N("_Quit"), N("Q"), undef, \&quit_global ], - [ 'OptionsMenu', undef, '_Options' ], + [ 'OptionsMenu', undef, N("_Options") ], [ 'HelpMenu', undef, N("_Help") ], if_($has_help, [ 'Help', undef, N("_Help"), N("H"), undef, \&run_help ]), [ 'Fields description', undef, N("_Fields description"), undef, undef, \&fields_help ], -- cgit v1.2.1