summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-06-24 17:40:47 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-24 17:40:47 -0700
commitda26820c19ae872c63c81985069c0eb9fba79f1e (patch)
tree81ac3bd091ec6ba3fd96da533d4034641cf4dc46 /res
parentf99599b2e856cc806b2ccf66b996498a5b2ca9bf (diff)
parent800c215fa89f913626510adc01bdb6b8f4dec041 (diff)
downloadandroid_packages_apps_Trebuchet-da26820c19ae872c63c81985069c0eb9fba79f1e.tar.gz
android_packages_apps_Trebuchet-da26820c19ae872c63c81985069c0eb9fba79f1e.tar.bz2
android_packages_apps_Trebuchet-da26820c19ae872c63c81985069c0eb9fba79f1e.zip
am 800c215f: Fix the build
Merge commit '800c215fa89f913626510adc01bdb6b8f4dec041' * commit '800c215fa89f913626510adc01bdb6b8f4dec041': Fix the build
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 32ec9eba1..ab3b81313 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 -->