diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | control-center | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ - fix Errata URL (mga#3603) +- update Release Notes URL according to mga1 practice Version 12.21.9 - 24 May 2011 Anne Nicolas diff --git a/control-center b/control-center index f69eab37..46ad0c19 100755 --- a/control-center +++ b/control-center @@ -664,7 +664,7 @@ my @menu_items = ( ), [ N("/_Help"), undef, undef, undef, '<Branch>' ], [ N("/_Help") . N("/_Help"), undef, \&run_help, undef, '<Item>', N("Help") ], - [ N("/_Help") . N("/_Release notes"), undef, sub { run_browser('Notes') }, undef, '<Item>', N("Help") ], + [ N("/_Help") . N("/_Release notes"), undef, sub { run_browser('Release Notes') }, undef, '<Item>', N("Help") ], [ N("/_Help") . N("/What's _New?"), undef, sub { run_browser("What's New?") }, undef, '<Item>', N("Help") ], [ N("/_Help") . N("/_Errata"), undef, sub { run_browser('Errata') }, undef, '<Item>', N("Help") ], [ N("/_Help") . N("/_Report Bug"), undef, sub { |