diff options
| author | 2016-02-08 18:10:18 +0000 | |
|---|---|---|
| committer | 2016-02-08 18:10:18 +0000 | |
| commit | ed330c7f7d98eabce8562ce34d5877a323c745ac (patch) | |
| tree | 6526803a300d20c7eadc0bda6004cebfa78d9fc4 | |
| parent | 83f7ae9628f7514373a23b0e42ded71874731702 (diff) | |
| parent | 8067aed5c7b476f758b3a234a41aabd9488863c7 (diff) | |
Merge "Replaced 'touch' by 'tap'." into nyc-dev
| -rw-r--r-- | packages/Shell/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/Shell/res/values/strings.xml b/packages/Shell/res/values/strings.xml index d992bc3cd945..e8e607b61f28 100644 --- a/packages/Shell/res/values/strings.xml +++ b/packages/Shell/res/values/strings.xml @@ -28,8 +28,8 @@ <!-- Text of notification indicating that swipe left will share the captured bugreport. [CHAR LIMIT=100] --> <string name="bugreport_finished_text" product="watch">Swipe left to share your bug report</string> - <!-- Text of notification indicating that touching will share the captured bugreport. [CHAR LIMIT=100] --> - <string name="bugreport_finished_text" product="default">Touch to share your bug report</string> + <!-- Text of notification indicating that tapping will share the captured bugreport. [CHAR LIMIT=100] --> + <string name="bugreport_finished_text" product="default">Tap to share your bug report</string> <!-- Body of dialog informing user about contents of a bugreport. [CHAR LIMIT=NONE] --> |