summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 1caabb455..566560643 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -191,7 +191,7 @@ my $ui = gtknew('UIManager', actions => [
[ 'FileMenu', undef, N("_File") ],
[ 'Quit', undef, N("_Quit"), N("<control>Q"), undef, \&quit_global ],
[ 'OptionsMenu', undef, '_Options' ],
- [ 'HelpMenu', undef, '_Help' ],
+ [ 'HelpMenu', undef, N("_Help") ],
if_($has_help, [ 'Help', undef, N("_Help"), N("<control>H"), undef, \&run_help ]),
[ 'Fields description', undef, N("_Fields description"), undef, undef, \&fields_help ],
[ 'Report Bug', undef, N("_Report Bug"), undef, undef, \&run_drakbug ],