X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=defaultfeatures%2Fdefaultfeatures.php;h=c92547d8070e45c77f197d3cb6cd1a33ad5329ef;hb=18784a484b04b5f74e6d4dca516b2dc20cffe953;hp=fbed22ee8b71c1e8a6a13b116efa73dbd00fbf0c;hpb=e608f8ad3a5aea66ae05c60e960ca1cc7b45cb8c;p=friendica-addons.git diff --git a/defaultfeatures/defaultfeatures.php b/defaultfeatures/defaultfeatures.php index fbed22ee..c92547d8 100755 --- a/defaultfeatures/defaultfeatures.php +++ b/defaultfeatures/defaultfeatures.php @@ -4,6 +4,7 @@ * Description: Choose which Additional Features are on by default for new users on the site. * Version: 1.0 * Author: Michael Johnston + * Status: Unsupported */ function defaultfeatures_install() { @@ -52,7 +53,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 ));