aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-12 22:22:52 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-12 22:22:52 +0100
commitd11bec6f584574ae6045e0fe09b544d920e53f2a (patch)
tree2deb144ea87b4d46032a88534b506261d913f882 /mod/settings.php
parent0905180385a8eb9d6a7741322fcb9a8a0b7c5a32 (diff)
downloadvolse-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/settings.php')
-rw-r--r--mod/settings.php2
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;