Change title string of account selection dialog when importing contacts
In addition to the string change, this CL also fixed a TODO in
one of the two dialogs using the string.
Bug: 25476465
Change-Id: I8ad2a00446ae776c7e97b38462edfac7d4728401
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 8ffbf9c..3789663 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -420,7 +420,8 @@
<!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
<string name="listSingleContact">Single contact</string>
- <string name="dialog_new_contact_account">Create contact under account</string>
+ <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+ <string name="dialog_new_contact_account">Save imported contacts to:</string>
<!-- Action string for selecting SIM for importing contacts -->
<string name="import_from_sim">Import from SIM card</string>