mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
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:
parent
620b6f3907
commit
db2b177a79
BIN
res/drawable-hdpi/ic_menu_identity.png
Normal file
BIN
res/drawable-hdpi/ic_menu_identity.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable/ic_menu_identity.png
Normal file
BIN
res/drawable/ic_menu_identity.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@ -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"
|
||||
|
@ -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 -> Manage Identities to create identities</string>
|
||||
<string name="no_removable_identity">You can\'t remove your only identity</string>
|
||||
|
Loading…
Reference in New Issue
Block a user