From 165e6fea214f1122ae239857b7c67d47bd8d4646 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 21 Jan 2010 02:32:02 +0000 Subject: [PATCH] Normalize "flag" to "star" - Fixes Issue 1057 --- res/values/strings.xml | 29 +++++++++++++++-------------- res/xml/global_preferences.xml | 4 +++- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 8b3dd6603..46de2b381 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -79,8 +79,8 @@ Mark all messages in \'%s\' as read? (including messages in the folder that are not displayed in K-9) - Flag - Unflag + Add star + Remove star Copy Mark as unread @@ -162,8 +162,8 @@ K-9 encountered a problem sending some of your messages. However, due to the nature of the problem, K-9 cannot be certain if the messages were sent or not. The recipients may have already received copies of the message. - \u000a\u000aThe messages for which this type of problem occurred are now flagged in your Outbox. - Unflag those messages to allow for more sending attempts. + \u000a\u000aThe messages for which this type of problem occurred are now starred in your Outbox. + If you remove the stars, K-9 will try to send the messages again. Long-press the Outbox to find the "Send messages" action in order to initiate another sending attempt.\u000A\u000a The %s folder may contain error messages regarding the failures. @@ -219,8 +219,8 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Delete Mark read Mark unread - Flag - Unflag + Add star + Remove star To Cc @@ -269,7 +269,8 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Version: %s - Star flagged messages + Message stars + Stars indicate flagged messages Multi-select checkboxes Always show multi-select checkboxes Touch-friendly view @@ -555,8 +556,8 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Sender reverse alphabetical Subject alphabetical Subject reverse alphabetical - Flagged messages first - Unflagged messages first + Starred messages first + Unstarred messages first Unread messages first Read messages first Messages with attachments first @@ -566,7 +567,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Date Sender Subject - Flag + Star Read/unread Attachments %s @@ -588,9 +589,9 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Del (or D) - Delete\u000AR - Reply\u000AA - Reply All\u000AF - Forward\u000AJ or P - Previous Message\u000AK, N - Next Message\u000AM - Move\u000AY - Copy\u000AZ - Zoom Out\u000AShift-Z - - Zoom In\u000aG - Flag + Zoom In\u000aG - Star Del (or D) - Delete\u000AR - - Reply\u000AA - Reply All\u000AC - Compose\u000AF - Forward\u000aM - Move\u000AY - Copy\u000AG - Flag\u000AO - Sort type\u000AI - Sort order\u000AQ + Reply\u000AA - Reply All\u000AC - Compose\u000AF - Forward\u000aM - Move\u000AY - Copy\u000AG - Star\u000AO - Sort type\u000AI - Sort order\u000AQ - Return to Accounts Signature position @@ -621,8 +622,8 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Delete selected Mark selected read Mark selected unread - Flag selected - Unflag selected + Add star to selected + Remove star from selected Move selected Copy selected Star mode diff --git a/res/xml/global_preferences.xml b/res/xml/global_preferences.xml index ff1e2434b..45723cd98 100644 --- a/res/xml/global_preferences.xml +++ b/res/xml/global_preferences.xml @@ -45,7 +45,9 @@ + android:title="@string/global_settings_flag_label" + android:summary="@string/global_settings_flag_summary" + />