diff options
-rwxr-xr-x | control-center | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/control-center b/control-center index 2392bd09..5c65b613 100755 --- a/control-center +++ b/control-center @@ -77,11 +77,11 @@ my @item_factory_entries = ( 'type' => '<Item>' }, [_("/_Help"), undef, 0, "<Branch>"], - [_("/Help/_Mandrake Control Center"), undef, 2], - [_("/Help/_Report Bug"), undef, 3 ], - [_("/Help/_MandrakeCampus"), undef, 5], - [_("/Help/_MandrakeExpert"), undef, 6], - [_("/Help/_About..."), undef, 4 ], + [_("/_Help/_Mandrake Control Center"), undef, 2], + [_("/_Help/_Report Bug"), undef, 3 ], + [_("/_Help/_MandrakeCampus"), undef, 5], + [_("/_Help/_MandrakeExpert"), undef, 6], + [_("/_Help/_About..."), undef, 4 ], ); my $accel_group = new Gtk::AccelGroup; |