X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailstream%2Fmailstream.php;h=5e4767841ee87d710755cb9962c8cfb35b123a1c;hb=4676ff55545d95dd88590e51d2e1c331787a838d;hp=047603852df9b7142ed26a641683cafccb0375ba;hpb=84744911c63ee20198d2df7de163ffb381521824;p=friendica-addons.git diff --git a/mailstream/mailstream.php b/mailstream/mailstream.php index 04760385..5e476784 100644 --- a/mailstream/mailstream.php +++ b/mailstream/mailstream.php @@ -57,7 +57,7 @@ function mailstream_plugin_admin(&$a,&$o) { t('Email address that stream items will appear to be from.')); $o .= replace_macros($template, array( '$frommail' => $config, - '$submit' => t('Submit'))); + '$submit' => t('Save Settings'))); } function mailstream_plugin_admin_post ($a) { @@ -279,7 +279,7 @@ function mailstream_plugin_settings(&$a,&$s) { t('Enabled'), $enabled), '$title' => t('Mail Stream Settings'), - '$submit' => t('Submit'))); + '$submit' => t('Save Settings'))); } function mailstream_plugin_settings_post($a,$post) {