Correct carousel height hoverhelp copy/paste problems. Fixes bug #11741

This commit is contained in:
Colin Kuskie 2010-07-27 11:04:12 -07:00
parent 16173f8aaa
commit fd79c7723b
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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.|
},