Change "other" to <nothing>, e.g. "Text other" to just "Text"
Bug: 2464879
Change-Id: Ie08664d17e8671016db99a738afbb2eb749f97fd
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3dc7216..d4b093a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -915,7 +915,7 @@
<!-- Action string for calling a pager phone number -->
<string name="call_pager">Call pager</string>
<!-- Action string for calling an other phone number -->
- <string name="call_other">Call other</string>
+ <string name="call_other">Call</string>
<!-- Action string for calling a callback number -->
<string name="call_callback">Call callback</string>
<!-- Action string for calling a car phone number -->
@@ -927,7 +927,7 @@
<!-- Action string for calling a main phone number -->
<string name="call_main">Call main</string>
<!-- Action string for calling an other fax phone number -->
- <string name="call_other_fax">Call other fax</string>
+ <string name="call_other_fax">Call fax</string>
<!-- Action string for calling a radio phone number -->
<string name="call_radio">Call radio</string>
<!-- Action string for calling a Telex phone number -->
@@ -958,7 +958,7 @@
<!-- Action string for sending an SMS to a pager phone number -->
<string name="sms_pager">Text pager</string>
<!-- Action string for sending an SMS to an other phone number -->
- <string name="sms_other">Text other</string>
+ <string name="sms_other">Text</string>
<!-- Action string for sending an SMS to a callback number -->
<string name="sms_callback">Text callback</string>
<!-- Action string for sending an SMS to a car phone number -->
@@ -970,7 +970,7 @@
<!-- Action string for sending an SMS to a main phone number -->
<string name="sms_main">Text main</string>
<!-- Action string for sending an SMS to an other fax phone number -->
- <string name="sms_other_fax">Text other fax</string>
+ <string name="sms_other_fax">Text fax</string>
<!-- Action string for sending an SMS to a radio phone number -->
<string name="sms_radio">Text radio</string>
<!-- Action string for sending an SMS to a Telex phone number -->
@@ -993,7 +993,7 @@
<!-- Action string for sending an email to a work email address -->
<string name="email_work">Email work</string>
<!-- Action string for sending an email to an other email address -->
- <string name="email_other">Email other</string>
+ <string name="email_other">Email</string>
<!-- Action string for sending an email to a custom email address -->
<string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
@@ -1005,7 +1005,7 @@
<!-- Action string for viewing a work postal address -->
<string name="map_work">View work address</string>
<!-- Action string for viewing an other postal address -->
- <string name="map_other">View other address</string>
+ <string name="map_other">View address</string>
<!-- Action string for viewing a custom postal address -->
<string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>