summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2013-08-02 02:55:46 -0400
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-10-27 10:38:28 +0000
commitafdd5ded09c496f603ab0ad42a68ee11fac59b5b (patch)
tree05683f8ea9c838b6df0f701bb7a1018e8d7b999f
parentd60baeaf6c5864a149d8a07e89584f9f9bdfec47 (diff)
downloadpackages_apps_Contacts-afdd5ded09c496f603ab0ad42a68ee11fac59b5b.tar.gz
packages_apps_Contacts-afdd5ded09c496f603ab0ad42a68ee11fac59b5b.tar.bz2
packages_apps_Contacts-afdd5ded09c496f603ab0ad42a68ee11fac59b5b.zip
Contacts:The "Settings" button should display in Chinese mode
In Chinese mode,the parameters "config_sort_order_user_changeable" and "config_display_order_user_changeable" set false,this causes "Settings" button disappear. In Chinese mode,set "config_sort_order_user_changeable" and "config_display_order_user_changeable" to true. CRs-Fixed: 521577 Change-Id: I52095e5fe7f9cb155e96fbf6a1d0d2b50649bc7d
-rw-r--r--res/values-zh-rCN/donottranslate_config.xml4
-rw-r--r--res/values-zh-rTW/donottranslate_config.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/values-zh-rCN/donottranslate_config.xml b/res/values-zh-rCN/donottranslate_config.xml
index c5d3aea88..7d2668675 100644
--- a/res/values-zh-rCN/donottranslate_config.xml
+++ b/res/values-zh-rCN/donottranslate_config.xml
@@ -19,13 +19,13 @@
<resources>
<!-- If true, an option is shown in Display Options UI to choose a sort order -->
- <bool name="config_sort_order_user_changeable">false</bool>
+ <bool name="config_sort_order_user_changeable">true</bool>
<!-- If true, the default sort order is primary (i.e. by given name) -->
<bool name="config_default_sort_order_primary">true</bool>
<!-- If true, an option is shown in Display Options UI to choose a name display order -->
- <bool name="config_display_order_user_changeable">false</bool>
+ <bool name="config_display_order_user_changeable">true</bool>
<!-- If true, the default sort order is primary (i.e. by given name) -->
<bool name="config_default_display_order_primary">true</bool>
diff --git a/res/values-zh-rTW/donottranslate_config.xml b/res/values-zh-rTW/donottranslate_config.xml
index c5d3aea88..7d2668675 100644
--- a/res/values-zh-rTW/donottranslate_config.xml
+++ b/res/values-zh-rTW/donottranslate_config.xml
@@ -19,13 +19,13 @@
<resources>
<!-- If true, an option is shown in Display Options UI to choose a sort order -->
- <bool name="config_sort_order_user_changeable">false</bool>
+ <bool name="config_sort_order_user_changeable">true</bool>
<!-- If true, the default sort order is primary (i.e. by given name) -->
<bool name="config_default_sort_order_primary">true</bool>
<!-- If true, an option is shown in Display Options UI to choose a name display order -->
- <bool name="config_display_order_user_changeable">false</bool>
+ <bool name="config_display_order_user_changeable">true</bool>
<!-- If true, the default sort order is primary (i.e. by given name) -->
<bool name="config_default_display_order_primary">true</bool>