summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values/cm_strings.xml5
-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, 10 insertions, 4 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 66fdbbd..55e7dba 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -22,7 +22,10 @@
<string name="pref_unicode_stripping_leave_intact">Leave characters intact</string>
<string name="pref_unicode_stripping_non_encodable">Strip non-encodable characters</string>
<string name="pref_unicode_stripping_all">Strip all unicode characters</string>
- <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>
<!-- QUICKMESSAGE SUPPORT -->
<!-- Preferences -->
diff --git a/res/xml-v21/preferences_application.xml b/res/xml-v21/preferences_application.xml
index 947db88..5564918 100644
--- a/res/xml-v21/preferences_application.xml
+++ b/res/xml-v21/preferences_application.xml
@@ -84,7 +84,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 f55f9fc..cff6ad7 100644
--- a/res/xml-v23/preferences_application.xml
+++ b/res/xml-v23/preferences_application.xml
@@ -85,7 +85,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 b32cf98..ca2f56b 100644
--- a/res/xml/preferences_application.xml
+++ b/res/xml/preferences_application.xml
@@ -84,7 +84,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" />