Change disambiguation wording for sms/phone numbers.
The previous wording was "Call using" and "Text using", which
was deemed to be awkward. Instead, "Choose number".
Bug: 5266549
Change-Id: Id5dd5bb6007eab25b0dcfcc7f9dc4e867961c3c9
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b2480cd..bf4be1a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -990,13 +990,13 @@
<string name="add_wait">Add wait</string>
<!-- Title for the call disambiguation dialog -->
- <string name="call_disambig_title">Call using</string>
+ <string name="call_disambig_title">Choose number</string>
<!-- Menu item label for call settings [CHAR LIMIT=30] -->
<string name="call_settings">Settings</string>
<!-- Title for the sms disambiguation dialog -->
- <string name="sms_disambig_title">Text using</string>
+ <string name="sms_disambig_title">Choose number</string>
<!-- Message next to disamgiguation dialog check box -->
<string name="make_primary">Remember this choice</string>