diff options
author | 2013-04-19 21:07:17 +0900 | |
---|---|---|
committer | 2013-04-19 21:07:17 +0900 | |
commit | b8ff89c809dabc46df9ee683c6064f67ee432213 (patch) | |
tree | d0a48b83fd0d6996b6967878428d27251f986a66 | |
parent | 42afa82d54f10d7faf8c4ba50516dd450606f98b (diff) | |
download | latinime-b8ff89c809dabc46df9ee683c6064f67ee432213.tar.gz latinime-b8ff89c809dabc46df9ee683c6064f67ee432213.tar.xz latinime-b8ff89c809dabc46df9ee683c6064f67ee432213.zip |
Remove translatable="false" from setup wizard strings
Change-Id: Ie2f53910ce91f8c288e83c4ea15dc51aafd4c6a2
-rw-r--r-- | java/res/values/strings.xml | 2 |
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> |