]> git.mxchange.org Git - friendica.git/commitdiff
Added help text as requested in #1349.
authorSilke Meyer <silke@silkemeyer.net>
Wed, 4 Feb 2015 15:13:07 +0000 (16:13 +0100)
committerSilke Meyer <silke@silkemeyer.net>
Wed, 4 Feb 2015 15:13:07 +0000 (16:13 +0100)
mod/notifications.php

index 4a0b541891d49af2715807a57748a7c029668050..1c0c11ae52888850e683982b75df88818e091a8f 100644 (file)
@@ -185,7 +185,7 @@ function notifications_content(&$a) {
                                                '$intro_id' => $rr['intro_id'],
                                                '$friend_selected' => $friend_selected,
                                                '$fan_selected' => $fan_selected,
-                                               '$approve_as' => t('Approve as: '),
+                                               '$approve_as' => t('Shall your connection be bidirectional or not? "Friend" implies that you allow to read and you subscribe to their posts. "Fan" means that you allow to read but you do not want to read theirs. Approve as: '),
                                                '$as_friend' => t('Friend'),
                                                '$as_fan' => (($rr['network'] == NETWORK_DIASPORA) ? t('Sharer') : t('Fan/Admirer'))
                                        ));