summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorchengzhi.hou <chengzhi.hou@ck-telecom.com>2016-02-24 20:01:17 +0800
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-10-17 16:31:02 +0200
commita00ab157529d3bfb10a65f2bcad03bed2450be33 (patch)
treecdbb98ec8d9b0269435d9d4062950250fc24d175 /res/values
parentdefe1da25b08d57bbe3bebc3835dc2efa504517e (diff)
downloadandroid_packages_apps_Messaging-a00ab157529d3bfb10a65f2bcad03bed2450be33.tar.gz
android_packages_apps_Messaging-a00ab157529d3bfb10a65f2bcad03bed2450be33.tar.bz2
android_packages_apps_Messaging-a00ab157529d3bfb10a65f2bcad03bed2450be33.zip
Messaging: Swipe right to delete conversation
Change "swipe delete" to "swipe right delete", so SwipeArchive and SwipeDelete can exist at the same time. Change-Id: Id66167c2e749f8ab0ee917e0138027c7404b8c90
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_constants.xml4
-rw-r--r--res/values/cm_strings.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values/cm_constants.xml b/res/values/cm_constants.xml
index b664dd0..87ed210 100644
--- a/res/values/cm_constants.xml
+++ b/res/values/cm_constants.xml
@@ -18,8 +18,8 @@
<!-- Preference keys for user-visible settings -->
<!-- Application-wide settings -->
- <string name="swipe_deletes_conversation_key" translatable="false">swipe_deletes_conversation</string>
+ <string name="swipe_right_deletes_conversation_key" translatable="false">swipe_right_deletes_conversation</string>
<!-- This should really go into a config xml, but whoever wrote this app is an idiot, so follow their pattern -->
- <bool name="swipe_deletes_conversation_default" translatable="false">false</bool>
+ <bool name="swipe_right_deletes_conversation_default" translatable="false">false</bool>
</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 7759e77..09c6d80 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -15,5 +15,5 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="swipe_deletes_conversation_text">Swipe deletes conversation</string>
+ <string name="swipe_right_deletes_conversation_text">Swipe right deletes conversation</string>
</resources>