From 6bccf0be7960159866255c98b40b37ebc9401480 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Wed, 4 Feb 2015 16:13:07 +0100 Subject: [PATCH 1/2] Added help text as requested in #1349. --- mod/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/notifications.php b/mod/notifications.php index 4a0b54189..1c0c11ae5 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -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')) )); From cdd30894442907c3e69b680b5455de6c3d142aac Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Wed, 4 Feb 2015 16:43:31 +0100 Subject: [PATCH 2/2] Help text sounded too complicated --- mod/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/notifications.php b/mod/notifications.php index 1c0c11ae5..328045647 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -185,7 +185,7 @@ function notifications_content(&$a) { '$intro_id' => $rr['intro_id'], '$friend_selected' => $friend_selected, '$fan_selected' => $fan_selected, - '$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: '), + '$approve_as' => t('Choose "Friend" to allow to read and to subscribe to their posts. Choose "Fan" to allow to read if you do not want to read their posts. Approve as: '), '$as_friend' => t('Friend'), '$as_fan' => (($rr['network'] == NETWORK_DIASPORA) ? t('Sharer') : t('Fan/Admirer')) ));