diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-12 22:22:52 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-12 22:22:52 +0100 |
commit | d11bec6f584574ae6045e0fe09b544d920e53f2a (patch) | |
tree | 2deb144ea87b4d46032a88534b506261d913f882 /mod | |
parent | 0905180385a8eb9d6a7741322fcb9a8a0b7c5a32 (diff) | |
download | volse-hubzilla-d11bec6f584574ae6045e0fe09b544d920e53f2a.tar.gz volse-hubzilla-d11bec6f584574ae6045e0fe09b544d920e53f2a.tar.bz2 volse-hubzilla-d11bec6f584574ae6045e0fe09b544d920e53f2a.zip |
add generic_addon_settings template and minor fixes
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index c47d21d02..56949f9d4 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -681,7 +681,7 @@ function settings_content(&$a) { '$pubcomments' => array('dspr_pubcomment', t('Allow any Diaspora member to comment on your public posts'), $pubcomments, '', $yes_no), '$dsprtitle' => t('Diaspora Policy Settings'), '$hijacking' => array('dspr_hijack', t('Prevent your hashtags from being redirected to other sites'), $hijacking, '', $yes_no), - '$dsprsubmit' => t('Submit Diaspora Policy Settings'), + '$dsprsubmit' => t('Submit'), '$settings_addons' => $settings_addons )); return $o; |