summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-07-08 21:03:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-07-08 21:03:32 +0000
commitab7a50ea1a579e64ed7713f63ebb4d55389d890d (patch)
treea3b548fca43517ff51736138ff2dd0f4a613956f /res/values
parent723657c584976c627f44683471d71a39c78c1182 (diff)
parent4dceebe0cf89f67c2dd6a706026faaaafb441b31 (diff)
downloadandroid_packages_apps_Trebuchet-ab7a50ea1a579e64ed7713f63ebb4d55389d890d.tar.gz
android_packages_apps_Trebuchet-ab7a50ea1a579e64ed7713f63ebb4d55389d890d.tar.bz2
android_packages_apps_Trebuchet-ab7a50ea1a579e64ed7713f63ebb4d55389d890d.zip
Merge "Updating the allow rotation settings text" into ub-launcher3-calgary
Diffstat (limited to 'res/values')
-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>