Fix misspelled i18n for Gradebook.
This commit is contained in:
parent
e3667582a8
commit
2c4ebe6333
3 changed files with 8 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue