Show a dialog if the compose button is pressed with no contacts/groups.

This commit is contained in:
akwizgran
2013-04-08 17:23:23 +01:00
parent de472ba2a6
commit 24c4aee47d
8 changed files with 174 additions and 11 deletions

View File

@@ -53,4 +53,9 @@
<string name="create_identity_title">Create an Identity</string>
<string name="choose_nickname">Choose your nickname:</string>
<string name="create_button">Create</string>
<string name="no_contacts">You don\'t have any contacts. Add a contact now?</string>
<string name="add_contact_button">Add a contact</string>
<string name="cancel_button">Cancel</string>
<string name="no_groups">You aren\'t subscribed to any groups. Create a group now?</string>
<string name="create_group_button">Create a group</string>
</resources>