]> git.mxchange.org Git - friendica-addons.git/blobdiff - defaultfeatures/defaultfeatures.php
Additional work for PR 3778
[friendica-addons.git] / defaultfeatures / defaultfeatures.php
index fbed22ee8b71c1e8a6a13b116efa73dbd00fbf0c..c92547d8070e45c77f197d3cb6cd1a33ad5329ef 100755 (executable)
@@ -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
     ));