aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-19 05:11:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-19 05:11:30 -0700
commitab11dbe8f3fbc7b55b251d69e3846cab24811903 (patch)
tree0ee6244e9372a047bd4b6b386a3edaf87a125256 /java
parentc35e0e6a4b73f854fef07165c4f0bdd448f5bed5 (diff)
parentb8ff89c809dabc46df9ee683c6064f67ee432213 (diff)
downloadlatinime-ab11dbe8f3fbc7b55b251d69e3846cab24811903.tar.gz
latinime-ab11dbe8f3fbc7b55b251d69e3846cab24811903.tar.xz
latinime-ab11dbe8f3fbc7b55b251d69e3846cab24811903.zip
am b8ff89c8: Remove translatable="false" from setup wizard strings
* commit 'b8ff89c809dabc46df9ee683c6064f67ee432213': Remove translatable="false" from setup wizard strings
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 890537ad9..10cfc786b 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -479,7 +479,7 @@
<!-- The label of the button that finishes the setup wizard. [CHAR_LIMIT=64] -->
<string name="setup_finish_action">Finished</string>
<!-- Option to show setup wizard icon. [CHAR LIMIT=30]-->
- <string name="show_setup_wizard_icon" translatable="false">Show setup wizard icon</string>
+ <string name="show_setup_wizard_icon">Show setup wizard icon</string>
<!-- The dictionary provider application name. Visible in Settings/Applications/Manage applications. -->
<string name="app_name">Dictionary Provider</string>