Change title string of account selection dialog when importing contacts am: d80e3bbb55
am: ac62bc9473

* commit 'ac62bc9473d1b47d070861059981c73b6ca9f65a':
  Change title string of account selection dialog when importing contacts
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>