X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=blackout%2Fblackout.php;h=3678969e340e7f689f522acfeab1946525657fb8;hb=b5701ac885d3f5d93c5d593783f8d7158be7e043;hp=e629b7a38d020f88a3592ce301b6b151f564bf4f;hpb=1b250fad733200f28752d1b0bf9c148d95686af1;p=friendica-addons.git 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, ""),