diff options
author | Steve McKay <smckay@google.com> | 2016-07-15 15:43:52 -0700 |
---|---|---|
committer | Steve McKay <smckay@google.com> | 2016-07-15 15:45:11 -0700 |
commit | 41cbaf292284d77eb1ef8b54d2dff2b96e87f279 (patch) | |
tree | e07bfcfc8fa38bd668f2238429d7f25a615ab2ca | |
parent | f00c161a228a042625d0d45f8e36be465f9a0e63 (diff) |
Make the app name "Files" instead of Documents.
This reduces the number of user visible names employed by the app by 1/3!
Bug: 29880363
Change-Id: I52bc8ea1b4437d96c32c4afba3a454ae74d06115
-rw-r--r-- | packages/DocumentsUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/DocumentsUI/res/values/strings.xml b/packages/DocumentsUI/res/values/strings.xml index e67cc8a06da2..c2d4d04e6aa4 100644 --- a/packages/DocumentsUI/res/values/strings.xml +++ b/packages/DocumentsUI/res/values/strings.xml @@ -16,7 +16,7 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Title of the documents application [CHAR LIMIT=32] --> - <string name="app_label">Documents</string> + <string name="app_label">Files</string> <!-- Title of the standalone downloads activity. [CHAR LIMIT=32] --> <string name="downloads_label">Downloads</string> |