From 5ca2fb687c117a293eeb15c5c0986f46a0cd402b Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sun, 5 Apr 2015 16:26:48 +0200 Subject: [PATCH] Reword 'send reminders' messages --- lang/strings_english.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/strings_english.txt b/lang/strings_english.txt index 71f1459540..fd98e3e141 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -519,9 +519,9 @@ $s_reminder_sent_none = 'No reminders could be sent'; $s_reminder_list_truncated = 'recipients list truncated'; $s_bug_send_button = 'Send'; $s_reminder = 'Reminder'; -$s_reminder_explain = 'This note will be sent to the recipients listed requesting feedback on this issue.'; -$s_reminder_monitor = 'These recipients will also begin monitoring the issue. They can unsubscribe using the Unmonitor button.'; -$s_reminder_store = 'This note will be stored with the issue.'; +$s_reminder_explain = 'This note will be sent to the selected recipients, requesting feedback on this issue.'; +$s_reminder_monitor = 'These recipients will also begin monitoring the issue; they can unsubscribe using the "End Monitoring" button.'; +$s_reminder_store = 'The note will be stored with the issue.'; # bug_set_sponsorship.php $s_confirm_sponsorship = 'Please confirm you want to sponsor issue %1$d for %2$s.';