diff options
Diffstat (limited to 'res/values/strings.xml')
-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 32ec9eb..ab3b813 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -133,7 +133,7 @@ <!-- Label of the button that the user clicks to create a new gesture-based shortcut --> <string name="gestures_add">Add shortcut</string> <!-- Label of the button that the user clicks to see the list of gesture-based shortcuts --> - <string name="gestures_add">Show shortcut</string> + <string name="gestures_show">Show shortcut</string> <!-- Message displayed when the gesture entered by the user cannot be recognized --> <string name="gestures_unknown">Unrecognized</string> <!-- Message displayed when the user has successfully created a new gesture --> |