summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2015-06-11 18:27:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-11 18:27:55 +0000
commit415cc61096e8198e005b42a1172f103016dfc3fc (patch)
treeea240447eb82d60edb7b0b45d476b09b1d884b2f /packages/DocumentsUI/res
parente262829d0cb2e8117a18bc5b397daa17316acd46 (diff)
parent8a26514687ccf651eb73d5acdd3ae7c62d247d97 (diff)
downloadframeworks_base-415cc61096e8198e005b42a1172f103016dfc3fc.zip
frameworks_base-415cc61096e8198e005b42a1172f103016dfc3fc.tar.gz
frameworks_base-415cc61096e8198e005b42a1172f103016dfc3fc.tar.bz2
am 8a265146: Merge "Selected count string needs plurals." into mnc-dev
* commit '8a26514687ccf651eb73d5acdd3ae7c62d247d97': Selected count string needs plurals.
Diffstat (limited to 'packages/DocumentsUI/res')
-rw-r--r--packages/DocumentsUI/res/values/strings.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/DocumentsUI/res/values/strings.xml b/packages/DocumentsUI/res/values/strings.xml
index 943104d..a4e6ce7 100644
--- a/packages/DocumentsUI/res/values/strings.xml
+++ b/packages/DocumentsUI/res/values/strings.xml
@@ -68,9 +68,6 @@
<!-- Button label that copies files to the current directory [CHAR LIMIT=24] -->
<string name="button_copy">Copy</string>
- <!-- Action mode title summarizing the number of documents selected [CHAR LIMIT=32] -->
- <string name="mode_selected_count"><xliff:g id="count" example="3">%1$d</xliff:g> selected</string>
-
<!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] -->
<string name="sort_name">By name</string>
<!-- Mode that sorts documents by their last modified time in descending order; most recent first [CHAR LIMIT=24] -->