diff options
author | 2013-05-15 10:52:46 -0700 | |
---|---|---|
committer | 2013-05-15 10:52:46 -0700 | |
commit | 56c6c336b24908d974cea31be527b097d10d693d (patch) | |
tree | 25ec6c091a58ad4010ffd5327c02d2efbfa6595f /java | |
parent | 67f3a10225aeda56e920d22da4126e783a061e73 (diff) | |
parent | ab11dbe8f3fbc7b55b251d69e3846cab24811903 (diff) | |
download | latinime-56c6c336b24908d974cea31be527b097d10d693d.tar.gz latinime-56c6c336b24908d974cea31be527b097d10d693d.tar.xz latinime-56c6c336b24908d974cea31be527b097d10d693d.zip |
am ab11dbe8: am b8ff89c8: Remove translatable="false" from setup wizard strings
* commit 'ab11dbe8f3fbc7b55b251d69e3846cab24811903':
Remove translatable="false" from setup wizard strings
Diffstat (limited to 'java')
-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 eef37c21f..22b80341c 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> |