summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-07-08 13:41:02 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-07-08 13:41:37 -0700
commit4dceebe0cf89f67c2dd6a706026faaaafb441b31 (patch)
tree1f288c9214f6375bf615bc0d4d162a06364065ef /res
parent31be842887bd423d3ba7c2baec7e6be98cb49c22 (diff)
downloadandroid_packages_apps_Trebuchet-4dceebe0cf89f67c2dd6a706026faaaafb441b31.tar.gz
android_packages_apps_Trebuchet-4dceebe0cf89f67c2dd6a706026faaaafb441b31.tar.bz2
android_packages_apps_Trebuchet-4dceebe0cf89f67c2dd6a706026faaaafb441b31.zip
Updating the allow rotation settings text
Bug: 28704055 Change-Id: I7d4780f0d90b9c98b6c5126417538cf1b014c65b
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 65baf461e..0cbecc9c5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -149,9 +149,9 @@
<!-- Strings for settings -->
<!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
- <string name="allow_rotation_title">Allow homescreen rotation</string>
+ <string name="allow_rotation_title">Allow Home screen rotation</string>
<!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
- <string name="allow_rotation_desc">When device is rotated</string>
+ <string name="allow_rotation_desc">When phone is rotated</string>
<!-- Text explaining that rotation is disabled in Display settings. 'Display' refers to the Display section in system settings [CHAR LIMIT=100] -->
<string name="allow_rotation_blocked_desc">Current Display setting doesn\'t permit rotation</string>