aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-01-17 08:41:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-17 08:41:01 +0000
commit40c59727cf3c1b07a60c28f8df64876eb8ea03e3 (patch)
treeb97e599b01db8ae6e96b51676e8ee55980247e03 /java/res
parent1b1fa7a18b7baeb8fbdb3fb7ed46cf13a75fbac1 (diff)
parenta7a7f4e00277b2d3c1c38d2b6fe558e177e1e8d2 (diff)
downloadlatinime-40c59727cf3c1b07a60c28f8df64876eb8ea03e3.tar.gz
latinime-40c59727cf3c1b07a60c28f8df64876eb8ea03e3.tar.xz
latinime-40c59727cf3c1b07a60c28f8df64876eb8ea03e3.zip
Merge "Add default button to vibration/volume settings dialog"
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 5c5442708..fd7aac49f 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -376,4 +376,7 @@
<string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string>
<!-- Title of the settings for keypress sound volume -->
<string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string>
+
+ <!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] -->
+ <string name="button_default">Default</string>
</resources>