mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Merge branch '313-move-forum-buttons-to-toolbar' into 'master'
Move create forum post and share forum buttons in action bar According to the designs in #305, the 'create forum post' and 'share forum' buttons will go into the in action bar. In the spirit of keeping MRs small and to avoid conflicts with #306, I did this first and independently of future work. This also introduces constants for the `GROUP_ID`, `FORUM_NAME` and `MIN_TIMESTAMP` as they were used for the two buttons. Closes #313 See merge request !150
This commit is contained in:
@@ -81,7 +81,8 @@
|
||||
<string name="forum_created_toast">Forum created</string>
|
||||
<string name="forum_share_with_all">Share this forum with all contacts</string>
|
||||
<string name="forum_share_with_some">Share this forum with chosen contacts</string>
|
||||
<string name="share_button">Share Forum</string>
|
||||
<string name="forum_share_button">Share Forum</string>
|
||||
<string name="forum_compose_post">New Forum Post</string>
|
||||
<string name="from">From:</string>
|
||||
<string name="anonymous">Anonymous</string>
|
||||
<string name="new_identity_item">New identity\u2026</string>
|
||||
|
||||
Reference in New Issue
Block a user