From 957eaa44c020fe71b7915b1f959ede8f59df0a87 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 8 Sep 2009 08:47:00 -0700 Subject: [PATCH] Change the i18n label for Help, to be Template Help since that's what it is. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Operation/Help.pm | 2 +- lib/WebGUI/i18n/English/WebGUI.pm | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 9e5dabb9b..ce4bf29e7 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -23,6 +23,7 @@ - fixed #10922: double tags - fixed #10923: Typo in i18n - fixed #10925: Wrong message in i18n + - relabel Help in the Admin Console to Template Help 7.7.19 - fixed #10838: Forwarded forum post email to new CS adds reply to original thread diff --git a/lib/WebGUI/Operation/Help.pm b/lib/WebGUI/Operation/Help.pm index cb17b89c0..88fc8e50d 100644 --- a/lib/WebGUI/Operation/Help.pm +++ b/lib/WebGUI/Operation/Help.pm @@ -407,7 +407,7 @@ sub www_viewHelpIndex { } $output .= ''; my $ac = WebGUI::AdminConsole->new($session,"help"); - return $ac->render($i18n->get("external help", "WebGUI").$output, join ': ',$i18n->get(93), $i18n->get('help index')); + return $ac->render($i18n->get("external help", "WebGUI").$output, $i18n->get('help index')); } 1; diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 2028ddca8..7aafb67b1 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3058,9 +3058,9 @@ or are under your current version tag.

}, 'help' => { - message => q|Help|, + message => q|Template Help|, lastUpdated =>1092930637, - context => q|Title of the help index for the admin console.| + context => q|Title of the help index for the admin console.| }, 'content filters' => { @@ -3492,8 +3492,8 @@ a user.|, }, 'help index' => { - message => q|Index|, - lastUpdated => 1128552837 + message => q|Help Index|, + lastUpdated => 1252424721 }, 'help toc' => {