diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index fef8aee21..5227aed0d 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -38,6 +38,7 @@ - Fixed #8962: Wrong mime-type used for json data - Added: WebGUI::Pluggable find() and findAndLoad() for easier module loading - Added RFE #327: Select All button to class list in Search asset + - Fixed #8984: Weather Asset missing hoverhelp 7.6.1 - changed: the list of extensions for the export system to pass through diff --git a/lib/WebGUI/Asset/Wobject/WeatherData.pm b/lib/WebGUI/Asset/Wobject/WeatherData.pm index 7e6361ea0..ebcf9c194 100644 --- a/lib/WebGUI/Asset/Wobject/WeatherData.pm +++ b/lib/WebGUI/Asset/Wobject/WeatherData.pm @@ -49,16 +49,16 @@ sub definition { fieldType => "text", tab => "properties", defaultValue => undef, - hoverHelp => "partnerId help", - label => "partnerId", + hoverHelp => $i18n->get("partnerId help"), + label => $i18n->get("partnerId"), subtext => ''.$i18n->get("you need a weather.com key").'', }, licenseKey => { fieldType => "text", tab => "properties", defaultValue => undef, - hoverHelp => "licenseKey help", - label => "licenseKey", + hoverHelp => $i18n->get("licenseKey help"), + label => $i18n->get("licenseKey"), }, templateId =>{ fieldType=>"template",