diff options
author | friendica <info@friendica.com> | 2015-03-04 02:32:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-04 02:32:59 -0800 |
commit | fb0f823be7142b715285ed8a2d18b98c240a630b (patch) | |
tree | e4bd66416bc33a9adb94145cf9201640b437892f /mod | |
parent | 32968745fe219a28aa50898a5c109e261f45d582 (diff) | |
download | volse-hubzilla-fb0f823be7142b715285ed8a2d18b98c240a630b.tar.gz volse-hubzilla-fb0f823be7142b715285ed8a2d18b98c240a630b.tar.bz2 volse-hubzilla-fb0f823be7142b715285ed8a2d18b98c240a630b.zip |
provide a list of potential addons and what they do for members who can't see the descriptions on the admin/plugins page
Not all of these are in red-addons repository, please add any that haven't been listed. We should probably provide a list of addon repositories at the end.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 6b1e5ab0a..7ee2dba9e 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -679,10 +679,11 @@ function settings_content(&$a) { '$form_security_token' => get_form_security_token("settings_featured"), '$title' => t('Feature/Addon Settings'), '$diaspora_enabled' => $diaspora_enabled, + '$dsprdesc' => t('Settings for the built-in Diaspora emulator'), '$pubcomments' => $pubcomments, '$dsprtitle' => t('Diaspora Policy Settings'), '$dsprhelp' => t('Allow any Diaspora member to comment on your public posts.'), - '$dsprhijack' => t('Prevent hashtags from being redirected to other sites'), + '$dsprhijack' => t('Prevent your hashtags from being redirected to other sites'), '$hijacking' => $hijacking, '$dsprsubmit' => t('Submit Diaspora Policy Settings'), '$settings_addons' => $settings_addons |