summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorVeeti Paananen <veeti.paananen@rojekti.fi>2013-01-24 02:35:26 +0200
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2013-01-30 15:42:03 -0800
commit19a9cae3a140df58d178bdd7403c92b01a83bbe7 (patch)
tree72cd3ab146f12e45ad8f683835661bf27374272e /res/values
parent53f1c35992b2ad0b6e0e5f00cb852e1d8ea76054 (diff)
downloadpackages_apps_Settings-19a9cae3a140df58d178bdd7403c92b01a83bbe7.zip
packages_apps_Settings-19a9cae3a140df58d178bdd7403c92b01a83bbe7.tar.gz
packages_apps_Settings-19a9cae3a140df58d178bdd7403c92b01a83bbe7.tar.bz2
Fix the spacing between displayed rotation angles
Before: http://goo.gl/QJ7hE After: http://goo.gl/V0alW My suggestion: http://goo.gl/Sn4R5 Patch Set 1: * initial commit Patch Set 2: * simplify code * fix code style issues * rename/delete strings * remove 'Activated.' before the values when Auto-rotate screen is activated Patch Set 3: * remove display rotation unit string and use the degree sign after every value Patch Set 4: * code cleanup Change-Id: I0319f8e84e4b278b2f720cbc77cecc280c82d461
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e075c2b..56c2bc0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4751,10 +4751,8 @@
<!-- Display : Rotation -->
<string name="display_rotation_title">Rotation</string>
- <string name="display_rotation_enabled">Enabled.</string>
- <string name="display_rotation_disabled">Disabled.</string>
+ <string name="display_rotation_disabled">Disabled</string>
<string name="display_rotation_unit">degrees</string>
- <string name="display_lockscreen_rotation_title">Include lock screen</string>
<string name="display_rotation_category_title">Rotation modes</string>
<string name="display_rotation_0_title">0 degrees</string>
<string name="display_rotation_90_title">90 degrees</string>