diff options
author | Veeti Paananen <veeti.paananen@rojekti.fi> | 2013-01-24 02:54:22 +0200 |
---|---|---|
committer | jackmu95 <jacob.mueller.elz@gmail.com> | 2013-01-31 01:01:55 +0100 |
commit | 56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce (patch) | |
tree | 7c6914984f1ae24f07c08e0a4b208ba5ba542cc4 /res/values-zh-rCN | |
parent | 916778d9f54d3816739a0aad0557039911b26ec4 (diff) | |
download | packages_apps_settings-56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce.zip packages_apps_settings-56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce.tar.gz packages_apps_settings-56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce.tar.bz2 |
Setting: Remove unneeded strings
This commit removes the unneeded strings which were
removed in this (http://review.cyanogenmod.org/#/c/30909/)
commit.
Patch Set 1: * initial commit
Patch Set 2: * remove all unneeded strings
* remove the dot from somd
disabled strings
Patch Set 3-5: * remove code changes
* remove another dot
Change-Id: Id0108349047cc148c77cc5d9a60c081445fd5ffc
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r-- | res/values-zh-rCN/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index eb5293a..9be4df7 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -2155,10 +2155,8 @@ <!-- Display : Rotation --> <string name="display_rotation_title">旋转</string> - <string name="display_rotation_enabled">已启用.</string> - <string name="display_rotation_disabled">已禁用.</string> + <string name="display_rotation_disabled">已禁用</string> <string name="display_rotation_unit">度</string> - <string name="display_lockscreen_rotation_title">包括锁屏</string> <string name="display_rotation_category_title">旋转模式</string> <string name="display_rotation_0_title">0 度</string> <string name="display_rotation_90_title">90 度</string> |