Skip to content

Commit

Permalink
gb icon for new group changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Feb 18, 2014
1 parent 93329df commit e825180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/menu/text_secure_normal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
android:icon="?attr/menu_new_conversation_icon"
android:showAsAction="always" />

<item android:title="New Group"
<item android:title="@string/GroupCreateActivity_actionbar_title"
android:id="@+id/menu_new_group"
android:icon="?attr/menu_new_group_icon" />
android:icon="@android:drawable/ic_menu_add" />

<item android:title="@string/text_secure_normal__menu_clear_passphrase"
<item android:title="@string/text_secure_normal__menu_new_group"
android:id="@+id/menu_clear_passphrase"
android:icon="@android:drawable/ic_menu_close_clear_cancel" />

Expand Down
1 change: 1 addition & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@

<!-- text_secure_normal -->
<string name="text_secure_normal__menu_new_message">New Message</string>
<string name="text_secure_normal__menu_new_group">New Group</string>
<string name="text_secure_normal__menu_settings">Settings</string>
<string name="text_secure_normal__menu_clear_passphrase">Lock</string>
<string name="text_secure_normal__mark_all_as_read">Mark All Read</string>
Expand Down

0 comments on commit e825180

Please sign in to comment.