summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-08-04 17:52:59 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-08-04 17:52:59 +0300
commit08c9c3785625a7086138ab294e7b462ecca123e0 (patch)
tree564ccb5148651a389294d2006d5b8ec1bede9496
parent133119cc42f8ff4fa97259ff621ae3c691ab5078 (diff)
downloadandroid_packages_apps_Trebuchet-08c9c3785625a7086138ab294e7b462ecca123e0.tar.gz
android_packages_apps_Trebuchet-08c9c3785625a7086138ab294e7b462ecca123e0.tar.bz2
android_packages_apps_Trebuchet-08c9c3785625a7086138ab294e7b462ecca123e0.zip
Fix another typo
Change-Id: I68b97ade4a16f1c7d309ba7686845c35876410f0
-rw-r--r--res/values/lineage_strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/lineage_strings.xml b/res/values/lineage_strings.xml
index c3a023db6..415720b79 100644
--- a/res/values/lineage_strings.xml
+++ b/res/values/lineage_strings.xml
@@ -80,5 +80,5 @@
<!-- 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>
<!-- 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 left from main homescreen</string>
+ <string name="msg_minus_one_on_right">When you swipe right from main homescreen</string>
</resources>