From d48465eecda211ddf5854748b17833f06eba28a8 Mon Sep 17 00:00:00 2001 From: Daniel Collis-Puro Date: Thu, 30 Jun 2005 00:55:44 +0000 Subject: [PATCH] Fixed hover help labels to be inline with the other hover help labels. --- lib/WebGUI/Asset/Wobject/SyndicatedContent.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm b/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm index daecb7f09..9b93e37a3 100644 --- a/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm +++ b/lib/WebGUI/Asset/Wobject/SyndicatedContent.pm @@ -179,14 +179,14 @@ sub getEditForm { $tabform->getTab('properties')->textarea( -name=>'rssUrl', -label=>WebGUI::International::get(1,'Asset_SyndicatedContent'), - -hoverHelp=>WebGUI::International::get('rssUrl Hover','Asset_SyndicatedContent'), + -hoverHelp=>WebGUI::International::get('1 description','Asset_SyndicatedContent'), -value=>$self->getValue('rssUrl') ); $tabform->getTab('display')->integer( -name=>'maxHeadlines', -label=>WebGUI::International::get(3,'Asset_SyndicatedContent'), - -hoverHelp=>WebGUI::International::get('maxHeadlines Hover','Asset_SyndicatedContent'), + -hoverHelp=>WebGUI::International::get('3 description','Asset_SyndicatedContent'), -value=>$self->getValue('maxHeadlines') ); #$tabform->addTab('rss',WebGUI::International::get('rssTabName','Asset_SyndicatedContent'));