Removed the word "Settings" from the settings. This information is redundant.

This commit is contained in:
Michael Vogel 2014-03-16 20:50:36 +01:00
parent c4578aafa0
commit 503ec7d072
20 changed files with 45 additions and 41 deletions

View file

@ -87,7 +87,7 @@ function curweather_plugin_settings(&$a,&$s) {
/* Add some HTML to the existing form */
$s .= '<div class="settings-block">';
$s .= '<h3>' . t('Current Weather Settings') . '</h3>';
$s .= '<h3>' . t('Current Weather') . '</h3>';
$s .= '<div id="curweather-settings-wrapper">';
$s .= '<p>Find the location code for the airport/weather station nearest you <a href="http://en.wikipedia.org/wiki/International_Air_Transport_Association_airport_code" target="_blank">here</a>.</p>';
$s .= '<label id="curweather-location-label" for="curweather_loc">' . t('Weather Location: ') . '</label>';