summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMartin Hibdon <mhibdon@google.com>2013-09-24 04:14:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-24 04:14:22 +0000
commitffc9c39a97ee3ea84e11e31a92eb4ef7cb619220 (patch)
treefc62e7ae90a82be3be66368be30f617413ea3080 /res/values
parentba54954158a8ebffbf7ad109b2c43904ca3af8f0 (diff)
parent519c218db6109003ca72a35ffe276ed69b0230a4 (diff)
downloadandroid_packages_apps_UnifiedEmail-ffc9c39a97ee3ea84e11e31a92eb4ef7cb619220.tar.gz
android_packages_apps_UnifiedEmail-ffc9c39a97ee3ea84e11e31a92eb4ef7cb619220.tar.bz2
android_packages_apps_UnifiedEmail-ffc9c39a97ee3ea84e11e31a92eb4ef7cb619220.zip
Merge "Improve display of attachments in pop" into jb-ub-mail-ur10
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0d9add9b7..a71166611 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -589,6 +589,9 @@
<!-- Button at bottom of conversation list screen if the folder for which contents are being shown supports loading more on demand [CHAR LIMIT=20]-->
<string name="load_more">Load more</string>
+ <!-- Text for dummy attachments to load the actual attachment. This is not an ideal string, but it's too late to add a new string and get it translated -->
+ <string name="load_attachment">@string/load_more</string>
+
<!-- Shortcut strings -->
<!-- Title for shortcut naming dialog [CHAR LIMIT=100]-->
<string name="shortcut_name_title">Name folder shortcut</string>