Relabeled the "Choose Identity" menu item in message compose to be a bit

more obvious to end users.

Split out the "choose identity" icon from the "cc" icon, though they're
still the same image, at least they're logically separate
This commit is contained in:
Jesse Vincent 2010-11-14 15:36:52 +00:00
parent 620b6f3907
commit db2b177a79
4 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -33,8 +33,8 @@
<item
android:id="@+id/choose_identity"
android:alphabeticShortcut="i"
android:title="@string/choose_identity"
android:icon="@drawable/ic_menu_cc"
android:title="@string/send_as"
android:icon="@drawable/ic_menu_identity"
/>
<item
android:id="@+id/add_attachment_image"

View File

@ -725,6 +725,8 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin
<string name="choose_identity">Choose identity</string>
<string name="choose_identity_title">Choose identity</string>
<string name="choose_account_title">Choose account/identity</string>
<string name="send_as">Send as</string>
<string name="no_identities">Go to Account Settings -&gt; Manage Identities to create identities</string>
<string name="no_removable_identity">You can\'t remove your only identity</string>