diff --git a/altpager/altpager.php b/altpager/altpager.php index c6f537bd..f185e4fe 100755 --- a/altpager/altpager.php +++ b/altpager/altpager.php @@ -88,14 +88,14 @@ function altpager_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } function altpager_plugin_admin(&$a, &$o){ $t = get_markup_template( "admin.tpl", "addon/altpager/" ); $o = replace_macros($t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$global' => array('altpagerchoice', t('Global'), 1, t('Force global use of the alternate pager'), get_config('alt_pager', 'global') == 1), '$individual' => array('altpagerchoice', t('Individual'), 2, t('Each user chooses whether to use the alternate pager'), get_config('alt_pager', 'global') == 0) )); diff --git a/blackout/blackout.php b/blackout/blackout.php index e629b7a3..3678969e 100644 --- a/blackout/blackout.php +++ b/blackout/blackout.php @@ -96,7 +96,7 @@ function blackout_plugin_admin(&$a, &$o) { $t = get_markup_template( "admin.tpl", "addon/blackout/" ); $o = replace_macros($t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$rurl' => array("rurl", "Redirect URL", $myurl, "all your visitors from the web will be redirected to this URL"), '$startdate' => array("startdate", "Begin of the Blackout
(YYYY-MM-DD hh:mm)", $mystart, "format is YYYY year, MM month, DD day, hh hour and mm minute"), '$enddate' => array("enddate", "End of the Blackout
(YYYY-MM-DD hh:mm)", $myend, ""), diff --git a/blockem/blockem.php b/blockem/blockem.php index f0962578..0276e2de 100755 --- a/blockem/blockem.php +++ b/blockem/blockem.php @@ -56,7 +56,7 @@ function blockem_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; return; diff --git a/blogger/blogger.php b/blogger/blogger.php index aa1b9add..67aae4a1 100755 --- a/blogger/blogger.php +++ b/blogger/blogger.php @@ -99,7 +99,7 @@ function blogger_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/cal/cal.php b/cal/cal.php index 858e5a54..79fbffd5 100644 --- a/cal/cal.php +++ b/cal/cal.php @@ -184,7 +184,7 @@ function cal_addon_settings ( &$a, &$s ) $s .= ''; $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; $s .= '
'; } diff --git a/curweather/curweather.php b/curweather/curweather.php index c935eb57..bd0d6c75 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -101,7 +101,7 @@ function curweather_plugin_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/defaultfeatures/defaultfeatures.php b/defaultfeatures/defaultfeatures.php index fbed22ee..dfe4a067 100755 --- a/defaultfeatures/defaultfeatures.php +++ b/defaultfeatures/defaultfeatures.php @@ -52,7 +52,7 @@ function defaultfeatures_plugin_admin (&$a, &$o) { //logger("Features: " . print_r($arr,true)); $o = replace_macros($t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$features' => $arr, '$form_security_token' => $token )); diff --git a/dwpost/dwpost.php b/dwpost/dwpost.php index 2391b571..0c2e699a 100644 --- a/dwpost/dwpost.php +++ b/dwpost/dwpost.php @@ -90,7 +90,7 @@ function dwpost_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; }