From 2c4ebe6333dff5203335577dcfdcb13c6792c248 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 31 Jul 2009 15:51:55 +0000 Subject: [PATCH] Fix misspelled i18n for Gradebook. --- docs/changelog/7.x.x.txt | 5 ++--- lib/WebGUI/Asset/Wobject/Survey.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_Survey.pm | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 5140303bb..08bd12a7a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -15,9 +15,8 @@ - fixed #10707: i18n Account_FriendManager::manageUrl - fixed #9962: gallery thumbnail view: JS problem in IE7 - fixed #10713: i18n Asset_StoryArchive::asset url - - fixed a bug where the textarea (based) form plugins would put multiple - identical style tags in head in some cases, which caused javascript errors - in IE. ( Martin Kamerbeek / Oqapi ) + - fixed a bug where the textarea (based) form plugins would put multiple identical style tags in head in some cases, which caused javascript errors in IE. ( Martin Kamerbeek / Oqapi ) + - fixed #10714: i18n Asset_Survey::Grabebook Report Template and Asset_Survey::Grabebook Report Template help 7.7.16 - fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index 529ea1a8d..94e507872 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -177,8 +177,8 @@ sub definition { gradebookTemplateId => { tab => 'display', fieldType => 'template', - label => $i18n->get('Grabebook Report Template'), - hoverHelp => $i18n->get('Grabebook Report Template help'), + label => $i18n->get('Gradebook Report Template'), + hoverHelp => $i18n->get('Gradebook Report Template help'), defaultValue => 'PBtmpl0000000000000062', namespace => 'Survey/Gradebook', }, diff --git a/lib/WebGUI/i18n/English/Asset_Survey.pm b/lib/WebGUI/i18n/English/Asset_Survey.pm index 5505d3a9c..fc96c291c 100644 --- a/lib/WebGUI/i18n/English/Asset_Survey.pm +++ b/lib/WebGUI/i18n/English/Asset_Survey.pm @@ -608,12 +608,12 @@ the time limit for completing the survey. This message is in the 'take survey' t lastUpdated => 0, }, - 'Grabebook Report Template' => { - message => q|Grabebook Report Template|, - lastUpdated => 0, + 'Gradebook Report Template' => { + message => q|Gradebook Report Template|, + lastUpdated => 1249056084, }, - 'Grabebook Report Template help' => { + 'Gradebook Report Template help' => { message => q|The template used to display the Gradebook Report|, lastUpdated => 0, },