diff options
author | Romain Guy <romainguy@android.com> | 2009-06-24 17:38:45 -0700 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-06-24 17:38:45 -0700 |
commit | 800c215fa89f913626510adc01bdb6b8f4dec041 (patch) | |
tree | 2ffc0b3a6cc121a33a34ced268fb75abfcb419e2 | |
parent | f90f31e09f24b41f8bb656ff764b69a2920279d9 (diff) | |
download | packages_apps_trebuchet-800c215fa89f913626510adc01bdb6b8f4dec041.zip packages_apps_trebuchet-800c215fa89f913626510adc01bdb6b8f4dec041.tar.gz packages_apps_trebuchet-800c215fa89f913626510adc01bdb6b8f4dec041.tar.bz2 |
Fix the build
-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 --> |