summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorTodd Kennedy <toddke@google.com>2011-01-09 11:13:29 -0800
committerTodd Kennedy <toddke@google.com>2011-01-10 15:23:40 -0800
commitcb5eb22282edf3b63e5ab372b2fba214cbf004e5 (patch)
tree9dcdb6f41698901a4aab2ef40922131a59449887 /res/values
parent90fada76864180ed3894b06f4fad826fad518443 (diff)
downloadExchange-cb5eb22282edf3b63e5ab372b2fba214cbf004e5.tar.gz
Implement proper drag-n-drop
Still some tweaks to be done, but, we're real close to what it should look like. Bug 3322756 Change-Id: I8549ab59677a344e8f259c88bed950169d7381a8
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5e12b15b..b7613960 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -129,10 +129,8 @@
may be too large to view.</string>
<!-- Text shown with dragged messages to indicate how many are being dragged [CHAR LIMIT=40]-->
<plurals name="move_messages">
- <item quantity="one">Move <xliff:g id="num_message" example="1">%1$d</xliff:g> message
- </item>
- <item quantity="other">Move <xliff:g id="num_message" example="3">%1$d</xliff:g> messages
- </item>
+ <item quantity="one">Move message</item>
+ <item quantity="other">Move messages</item>
</plurals>
<!-- Toast shown when a message(s) can't be moved because it's not supported by the POP3
protocol. [CHAR LIMIT=none]-->