diff options
author | Jeff Sharkey <jsharkey@android.com> | 2015-06-11 09:16:19 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2015-06-11 09:19:37 -0700 |
commit | f491c72e4a0b6d692aaf459a9a45a8c1462e713b (patch) | |
tree | e2b03ac71dad1eee1f0273a45791711ddfa5b4b2 /packages/DocumentsUI/res | |
parent | 1f86c1ae83557d7e03c7bd3e5222137b03216bd4 (diff) | |
download | frameworks_base-f491c72e4a0b6d692aaf459a9a45a8c1462e713b.zip frameworks_base-f491c72e4a0b6d692aaf459a9a45a8c1462e713b.tar.gz frameworks_base-f491c72e4a0b6d692aaf459a9a45a8c1462e713b.tar.bz2 |
Selected count string needs plurals.
Bug: 21717427
Change-Id: Ie0db8ac30244b022ca5838969fb085230bfc4499
Diffstat (limited to 'packages/DocumentsUI/res')
-rw-r--r-- | packages/DocumentsUI/res/values/strings.xml | 3 |
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] --> |