aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVachounet <vachounet@live.fr>2017-07-19 11:34:51 +0200
committerwzedlare <vedatak01@gmail.com>2017-07-28 18:25:01 +0000
commit76222b229970d50b583b53a023f07096db369a8d (patch)
tree7b7419ab5aefc2b12f9575ffd1022752d3df08dd
parent12dee13041bc113be14e454043117ee80f527943 (diff)
CMActions: update gestures activity title
* We already have a "Gestures" entry, change this one to "Moto Actions" Change-Id: I0048192c27a16fb06bee531e0ddafd63c406e6c2
-rw-r--r--cmactions/AndroidManifest.xml3
-rw-r--r--cmactions/res/values/strings.xml21
2 files changed, 23 insertions, 1 deletions
diff --git a/cmactions/AndroidManifest.xml b/cmactions/AndroidManifest.xml
index 2452838..c42bfca 100644
--- a/cmactions/AndroidManifest.xml
+++ b/cmactions/AndroidManifest.xml
@@ -41,7 +41,8 @@
<activity
android:name=".TouchscreenGesturePreferenceActivity"
- android:label="@string/screen_gestures_panel_title"
+ android:label="@string/moto_actions_title"
+ android:summary="@string/moto_actions_summary"
android:theme="@style/CMActions">
<intent-filter>
<action android:name="com.android.settings.action.EXTRA_SETTINGS" />
diff --git a/cmactions/res/values/strings.xml b/cmactions/res/values/strings.xml
new file mode 100644
index 0000000..6e07fe2
--- /dev/null
+++ b/cmactions/res/values/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013-2016 The CyanogenMod Project
+ (C) 2017 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="moto_actions_title">Moto Actions</string>
+ <string name="moto_actions_summary">Manage custom actions and fingerprint gestures</string>
+</resources>