Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bac4a49c authored by Tingting Wang's avatar Tingting Wang
Browse files

String changes to Contacts App. (1/2)

1) Default account in Settings.
2) Accounts in Setting.

BUG 25386765

Change-Id: I1c791753dd367e5ab13dcfa2d93e01297bf6ac0b
parent 24a39b87
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -656,8 +656,8 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
    <!-- An allowable value for the "view names as" contact display option  -->
    <string name="display_options_view_family_name_first">Last name first</string>

    <!--Label of the "default account" setting option to set default editor account-->
    <string name="default_editor_account">Default account</string>
    <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
    <string name="default_editor_account">Default account for new contacts</string>

    <!-- Action that shares visible contacts -->
    <string name="share_visible_contacts">Share visible contacts</string>
@@ -718,8 +718,8 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
    <!-- Menu item to select SIM card -->
    <string name="menu_select_sim">Select SIM card</string>

    <!-- The menu item to open the list of accounts -->
    <string name="menu_accounts">Accounts</string>
    <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
    <string name="menu_accounts">Manage Accounts</string>

    <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card.  [CHAR LIMIT=30]-->
    <string name="menu_import_export">Import/export</string>