diff options
author | 2017-12-28 18:20:33 +0000 | |
---|---|---|
committer | 2017-12-28 18:20:33 +0000 | |
commit | 67aa5151d2d4f6bc09f945d1eaf98c7d06fc76b5 (patch) | |
tree | e91321371ff7ac631fcd99f3a6b9d269757e3498 | |
parent | 4ae4aed56e78966579af02629e66627ec3e56043 (diff) | |
parent | f2096a626da099940941f6bc23d2eb0a4d046f86 (diff) |
Merge "Lower char limit for "Downloads" app name."
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 49f648946..2855ef55f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -18,7 +18,7 @@ <!-- Title of the Files application [CHAR LIMIT=32] --> <string name="files_label">Files</string> - <!-- Title of the Downloads application, which sometimes Files is known as [CHAR LIMIT=32] --> + <!-- Title of the Downloads application, which sometimes Files is known as [CHAR LIMIT=16] --> <string name="downloads_label">Downloads</string> <!-- Title of the documents application [CHAR LIMIT=32] --> |