summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-08-04 17:21:40 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-08-04 17:23:10 +0300
commit133119cc42f8ff4fa97259ff621ae3c691ab5078 (patch)
treef6be51265935c346ecd03b65708bf87886560e7d
parent82b5ed24723cee4ff674b38cb695b371895b041e (diff)
downloadandroid_packages_apps_Trebuchet-133119cc42f8ff4fa97259ff621ae3c691ab5078.tar.gz
android_packages_apps_Trebuchet-133119cc42f8ff4fa97259ff621ae3c691ab5078.tar.bz2
android_packages_apps_Trebuchet-133119cc42f8ff4fa97259ff621ae3c691ab5078.zip
Fix Google app strings
* Don't use camel case * Fix typo * Uniform usage of homescreen Change-Id: Ib18375d8b02486f71a36b036e30ba90c4a573bc2
-rw-r--r--res/values/lineage_strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/lineage_strings.xml b/res/values/lineage_strings.xml
index 3ac2f4300..c3a023db6 100644
--- a/res/values/lineage_strings.xml
+++ b/res/values/lineage_strings.xml
@@ -76,9 +76,9 @@
<string name="settings_edit_widgets_error">It\'s not possible to add widgets to the home screen</string>
<!-- Settings title to show Google Now at -1 screen on launcher. [CHAR LIMIT=50] -->
- <string name="title_show_google_app">Show Google App</string>
+ <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 Home screen</string>
+ <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 right main Home screen</string>
+ <string name="msg_minus_one_on_right">When you swipe left from main homescreen</string>
</resources>