summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-01 02:27:16 +0200
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-10-17 16:31:06 +0200
commit11642e06bcfd41623c44ab19ce41aecc01920ab4 (patch)
treea387ef6bef7892f491a56256cd05f4ab845d1ee2
parent116e32838a24fb9f04f4cc57761fa8ffa98efa87 (diff)
downloadandroid_packages_apps_Messaging-11642e06bcfd41623c44ab19ce41aecc01920ab4.tar.gz
android_packages_apps_Messaging-11642e06bcfd41623c44ab19ce41aecc01920ab4.tar.bz2
android_packages_apps_Messaging-11642e06bcfd41623c44ab19ce41aecc01920ab4.zip
Improve swipe to delete strings
Change-Id: I180d09a6680084d9fd87c6dafd56db18ca5a580a
-rw-r--r--res/values/cm_strings.xml4
-rw-r--r--res/xml-v21/preferences_application.xml3
-rw-r--r--res/xml-v23/preferences_application.xml3
-rw-r--r--res/xml/preferences_application.xml3
4 files changed, 9 insertions, 4 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index a9f317b..15110df 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -15,7 +15,9 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="swipe_right_deletes_conversation_text">Swipe right deletes conversation</string>
+ <!-- Swipe to delete conversation -->
+ <string name="swipe_to_delete_conversation_pref_title">Swipe to delete</string>
+ <string name="swipe_to_delete_conversation_pref_summary">Swipe to the right to delete a conversation</string>
<!-- Show emoticons -->
<string name="show_emoticons_pref_title">Emoticons access</string>
diff --git a/res/xml-v21/preferences_application.xml b/res/xml-v21/preferences_application.xml
index 96b838f..c403c06 100644
--- a/res/xml-v21/preferences_application.xml
+++ b/res/xml-v21/preferences_application.xml
@@ -75,7 +75,8 @@
<SwitchPreference
android:key="@string/swipe_right_deletes_conversation_key"
- android:title="@string/swipe_right_deletes_conversation_text"
+ android:title="@string/swipe_to_delete_conversation_pref_title"
+ android:summary="@string/swipe_to_delete_conversation_pref_summary"
android:defaultValue="false"
android:persistent="true" />
diff --git a/res/xml-v23/preferences_application.xml b/res/xml-v23/preferences_application.xml
index 19c59e5..d9cc151 100644
--- a/res/xml-v23/preferences_application.xml
+++ b/res/xml-v23/preferences_application.xml
@@ -76,7 +76,8 @@
<SwitchPreference
android:key="@string/swipe_right_deletes_conversation_key"
- android:title="@string/swipe_right_deletes_conversation_text"
+ android:title="@string/swipe_to_delete_conversation_pref_title"
+ android:summary="@string/swipe_to_delete_conversation_pref_summary"
android:defaultValue="false"
android:persistent="true" />
diff --git a/res/xml/preferences_application.xml b/res/xml/preferences_application.xml
index 5f23f5d..03b868b 100644
--- a/res/xml/preferences_application.xml
+++ b/res/xml/preferences_application.xml
@@ -75,7 +75,8 @@
<SwitchPreference
android:key="@string/swipe_right_deletes_conversation_key"
- android:title="@string/swipe_right_deletes_conversation_text"
+ android:title="@string/swipe_to_delete_conversation_pref_title"
+ android:summary="@string/swipe_to_delete_conversation_pref_summary"
android:defaultValue="false"
android:persistent="true" />