diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 02a2612eb..0c9a8d52a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -19,6 +19,9 @@ - fixed #10680: i18n PayDriver_Ogone::use test mode help - fixed #10681: i18n PassiveAnalytics::regexp help - fixed #10682: i18 PassiveAnalytics::User help + - fixed #10683: i18n Asset_Story::crumb_url + - fixed #10684: i18n Asset_StoryTopic::deleteIcon + - fixed #10685: i18n Asset_StoryTopic::rssUrl 7.7.15 - fixed #10629: WebGUI::ProfileField create new field bug diff --git a/lib/WebGUI/i18n/English/Asset_Story.pm b/lib/WebGUI/i18n/English/Asset_Story.pm index c0441f8b2..caaf98103 100644 --- a/lib/WebGUI/i18n/English/Asset_Story.pm +++ b/lib/WebGUI/i18n/English/Asset_Story.pm @@ -255,8 +255,8 @@ our $I18N = { }, 'crumb_url' => { - message => q|The title of a page in the crumb trail.|, - lastUpdated => 0, + message => q|The url of a page in the crumb trail.|, + lastUpdated => 1248191458, }, 'updatedTime' => { diff --git a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm index 4605e91d7..53b1af74c 100644 --- a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm +++ b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm @@ -82,15 +82,15 @@ our $I18N = { }, 'deleteIcon' => { - message => q|An icon to delete this story. If the user is not allowed to delete the icon, or their UI level is set too low, this variable will be empty.|, + message => q|An icon to delete this story. If the user is not allowed to delete the story, or their UI level is set too low, this variable will be empty.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1248191573, }, 'editIcon' => { - message => q|An icon to edit this story. If the user is not allowed to edit the icon, or their UI level is set too low, this variable will be empty.|, + message => q|An icon to edit this story. If the user is not allowed to edit the story, or their UI level is set too low, this variable will be empty.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1248191575, }, 'topStoryUrl' => { @@ -172,15 +172,15 @@ our $I18N = { }, 'rssUrl' => { - message => q|The URL for the RSS feed for this Story Archive.|, + message => q|The URL for the RSS feed for this Story Topic.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1248191627, }, 'atomUrl' => { - message => q|The URL for the Atom feed for this Story Archive.|, + message => q|The URL for the Atom feed for this Story Topic.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1248191629, }, };