aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-27 18:05:49 -0700
committerfriendica <info@friendica.com>2014-03-27 18:05:49 -0700
commit1177f97a50b2b7917fb9bed64d8b746617163fb8 (patch)
treef09c34706078c2b3154b088debd8bf484f8f1913 /mod
parent6aa8cbf968e3382e592be21eda6057f90a02978c (diff)
downloadvolse-hubzilla-1177f97a50b2b7917fb9bed64d8b746617163fb8.tar.gz
volse-hubzilla-1177f97a50b2b7917fb9bed64d8b746617163fb8.tar.bz2
volse-hubzilla-1177f97a50b2b7917fb9bed64d8b746617163fb8.zip
change wording of new connection request notification setting
Diffstat (limited to 'mod')
-rw-r--r--mod/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/settings.php b/mod/settings.php
index cc4842725..5c9511d30 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -979,8 +979,8 @@ function settings_content(&$a) {
'$post_joingroup' => array('post_joingroup', t('joining a forum/community'), $post_joingroup, ''),
'$post_profilechange' => array('post_profilechange', t('making an <em>interesting</em> profile change'), $post_profilechange, ''),
'$lbl_not' => t('Send a notification email when:'),
- '$notify1' => array('notify1', t('You receive an introduction'), ($notify & NOTIFY_INTRO), NOTIFY_INTRO, ''),
- '$notify2' => array('notify2', t('Your introductions are confirmed'), ($notify & NOTIFY_CONFIRM), NOTIFY_CONFIRM, ''),
+ '$notify1' => array('notify1', t('You receive a connection request'), ($notify & NOTIFY_INTRO), NOTIFY_INTRO, ''),
+ '$notify2' => array('notify2', t('Your connections are confirmed'), ($notify & NOTIFY_CONFIRM), NOTIFY_CONFIRM, ''),
'$notify3' => array('notify3', t('Someone writes on your profile wall'), ($notify & NOTIFY_WALL), NOTIFY_WALL, ''),
'$notify4' => array('notify4', t('Someone writes a followup comment'), ($notify & NOTIFY_COMMENT), NOTIFY_COMMENT, ''),
'$notify5' => array('notify5', t('You receive a private message'), ($notify & NOTIFY_MAIL), NOTIFY_MAIL, ''),