summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElektroschmock <elektroschmock78@googlemail.com>2018-09-24 18:29:56 +0200
committerElektroschmock <elektroschmock78@googlemail.com>2018-09-24 18:29:56 +0200
commit5a53f151543eef94e689f0844b89a7f1c38e4836 (patch)
tree8b352b22afbb23f9b52a31160e3604866dc0f989
parent2df0900d3e34b8bbce5c7d66432c3a688f5946e6 (diff)
downloadandroid_packages_apps_Trebuchet-5a53f151543eef94e689f0844b89a7f1c38e4836.tar.gz
android_packages_apps_Trebuchet-5a53f151543eef94e689f0844b89a7f1c38e4836.tar.bz2
android_packages_apps_Trebuchet-5a53f151543eef94e689f0844b89a7f1c38e4836.zip
Fix direction of swipe strings
On a LTR system the -1 page is on the left, so you need to swipe to the right to access it. Change-Id: I092f5ed1a27045f8a42b62b93f74c4d3f278d6d7
-rw-r--r--res/values/lineage_strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/lineage_strings.xml b/res/values/lineage_strings.xml
index 415720b79..1e479bb5f 100644
--- a/res/values/lineage_strings.xml
+++ b/res/values/lineage_strings.xml
@@ -78,7 +78,7 @@
<!-- Settings title to show Google Now at -1 screen on launcher. [CHAR LIMIT=50] -->
<string name="title_show_google_app">Show Google app</string>
<!-- Settings message explaining when the -1 screen is available on an LTR device. [CHAR LIMIT=100] -->
- <string name="msg_minus_one_on_left">When you swipe left from main homescreen</string>
+ <string name="msg_minus_one_on_left">When you swipe right from main homescreen</string>
<!-- Settings message explaining when the -1 screen is available on an RTL device. [CHAR LIMIT=100] -->
- <string name="msg_minus_one_on_right">When you swipe right from main homescreen</string>
+ <string name="msg_minus_one_on_right">When you swipe left from main homescreen</string>
</resources>