From fd79c7723b80a4d431919043ce3f5f6ad7e1415f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 27 Jul 2010 11:04:12 -0700 Subject: [PATCH] Correct carousel height hoverhelp copy/paste problems. Fixes bug #11741 --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Carousel.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index d2ece54d8..5730a56e8 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -2,6 +2,7 @@ - fixed #11721: spamStopWords not in WebGUI.conf.original - fixed #11729: Trash your User Function Style, and WebGUI locks you out - fixed #11745: Pagination doesn't work in DataForm list mode + - fixed #11741: i18n Asset_Carousel ::carousel slideHeight description 7.9.9 - fixed #11693: Shopping cart does not show for visitor user diff --git a/lib/WebGUI/i18n/English/Asset_Carousel.pm b/lib/WebGUI/i18n/English/Asset_Carousel.pm index bc610dab9..89d9bf16e 100644 --- a/lib/WebGUI/i18n/English/Asset_Carousel.pm +++ b/lib/WebGUI/i18n/English/Asset_Carousel.pm @@ -40,8 +40,8 @@ our $I18N = { }, 'carousel slideHeight description' => { - message => q|Height in pixels. The Carousel will not automatically resize itself for content of various widths. Setting this width will help it render properly. If left with the default, 0, then the width of the Carousel is set by the width of the first element.|, - lastUpdated => 0, + message => q|Height in pixels. The Carousel will not automatically resize itself for content of various heights. Setting this height will help it render properly. If left with the default, 0, then the height of the Carousel is set by the height of the first element.|, + lastUpdated => 1280253825, context => q|Description of the carousel template field, used as hover help.| },