mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
wording submit -> save settings
This commit is contained in:
parent
ccc6c2b785
commit
5c5c23acb0
31 changed files with 42 additions and 42 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue