diff options
| author | 2016-01-22 23:46:17 +0000 | |
|---|---|---|
| committer | 2016-01-22 23:46:17 +0000 | |
| commit | 8d4d5c1c20cfb24099376c444822dae9d6118e0a (patch) | |
| tree | 7d8e0301fc1d4833bacf888fdac2332dc1e13e42 | |
| parent | 31f97bc4ee04b61d75f9020476ac954726245790 (diff) | |
| parent | 9814a1a62e6a95e00c816a8074c881370aceb4c3 (diff) | |
Merge "Change "touch" to "tap"."
| -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 504f266ce20f..8ac228e77282 100644 --- a/packages/DocumentsUI/res/values/strings.xml +++ b/packages/DocumentsUI/res/values/strings.xml @@ -178,7 +178,7 @@ <item quantity="other">Couldn\'t delete <xliff:g id="count" example="2">%1$d</xliff:g> files</item> </plurals> <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] --> - <string name="notification_touch_for_details">Touch to view details</string> + <string name="notification_touch_for_details">Tap to view details</string> <!-- Label of a dialog button for retrying a failed operation [CHAR LIMIT=24] --> <string name="retry">Retry</string> <!-- Contents of the copying failure alert dialog. [CHAR LIMIT=48] --> |