aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/menu/channel_item_context.xml3
-rw-r--r--src/main/res/values/strings.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/menu/channel_item_context.xml b/src/main/res/menu/channel_item_context.xml
index 7d26a42dd..8d7a693b4 100644
--- a/src/main/res/menu/channel_item_context.xml
+++ b/src/main/res/menu/channel_item_context.xml
@@ -3,4 +3,7 @@
<item
android:id="@+id/share_with"
android:title="@string/share_uri_with" />
+ <item
+ android:id="@+id/open_join_dialog"
+ android:title="@string/open_join_dialog" />
</menu> \ No newline at end of file
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 3a320419b..e453e2d30 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -964,4 +964,5 @@
<string name="intro_whats_xmpp">What is XMPP / Jabber?</string>
<string name="intro_desc_contacts_permissions">We will also ask you for granting permissions to read your address book, to read out Jabber-IDs from your contacts. We will never share, upload or copy any of your contacts.</string>
<string name="intro_desc_account2">If you would like to create a new account, you have the choice between choosing a suggested server from the drop-down menu or use a custom one.</string>
+ <string name="open_join_dialog">Join public channel…</string>
</resources>