From 3de1a4f3dacaa45bb236db1712c299c65111295f Mon Sep 17 00:00:00 2001 From: Ralf Date: Fri, 27 Jun 2014 09:20:17 +0200 Subject: [PATCH] Corrected Forward text I think the button text for BUTTON_MULTY_FORWARD should be "Forward as attachment(s)". The button seems to work when 1 or multiple e-mail messages are selected and always results in a new message with the email(s) attached as attachment, not in the message body like when using a normal single message forward button. Perhaps the label "BUTTON_MULTY_FORWARD" should also be changed to BUTTON_FORWARD_ATTACH or something troughout the code... Same for the Help text for Shift-F. Perhaps the label "LABEL_FORWARD_MULTIPLY" should also be changed to LABEL_FORWARD_ATTACH troughout the code... Ralf. --- rainloop/v/0.0.0/langs/en.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rainloop/v/0.0.0/langs/en.ini b/rainloop/v/0.0.0/langs/en.ini index c0a6eeb75..b399564b5 100644 --- a/rainloop/v/0.0.0/langs/en.ini +++ b/rainloop/v/0.0.0/langs/en.ini @@ -67,7 +67,7 @@ BUTTON_ARCHIVE = "Archive" BUTTON_SPAM = "Spam" BUTTON_NOT_SPAM = "Not Spam" BUTTON_EMPTY_FOLDER = "Clear Folder" -BUTTON_MULTY_FORWARD = "Forward messages" +BUTTON_MULTY_FORWARD = "Forward as attachment(s)" BUTTON_DELETE_WITHOUT_MOVE = "Delete permanently" BUTTON_MORE = "More" MENU_SET_SEEN = "Mark as read" @@ -504,7 +504,7 @@ LABEL_OPEN_USER_DROPDOWN = "Open user dropdown" LABEL_REPLY = "Reply" LABEL_REPLY_ALL = "Reply All" LABEL_FORWARD = "Forward" -LABEL_FORWARD_MULTIPLY = "Forward (multiply)" +LABEL_FORWARD_MULTIPLY = "Forward as attachment(s)" LABEL_HELP = "Help" LABEL_CHECK_ALL = "Check All messages"