From 4adb27a1ce98ecfb7c3964868ddd839d44a4cc6d Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Wed, 13 Jun 2018 16:50:24 +0100 Subject: [PATCH] Use separate strings for introduction menu item and button. --- briar-android/src/main/res/menu/conversation_actions.xml | 2 +- briar-android/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/briar-android/src/main/res/menu/conversation_actions.xml b/briar-android/src/main/res/menu/conversation_actions.xml index afaf674bda..594446eb2e 100644 --- a/briar-android/src/main/res/menu/conversation_actions.xml +++ b/briar-android/src/main/res/menu/conversation_actions.xml @@ -6,7 +6,7 @@ <item android:id="@+id/action_introduction" android:icon="@drawable/introduction_white" - android:title="@string/introduction_button" + android:title="@string/introduction_menu_item" android:enabled="false" app:showAsAction="never"/> diff --git a/briar-android/src/main/res/values/strings.xml b/briar-android/src/main/res/values/strings.xml index 877c40e1f0..52a0944ae3 100644 --- a/briar-android/src/main/res/values/strings.xml +++ b/briar-android/src/main/res/values/strings.xml @@ -143,6 +143,7 @@ <!-- Introductions --> <string name="introduction_onboarding_title">Introduce your contacts</string> <string name="introduction_onboarding_text">You can introduce your contacts to each other, so they don\'t need to meet in person to connect on Briar.</string> + <string name="introduction_menu_item">Make Introduction</string> <string name="introduction_activity_title">Select Contact</string> <string name="introduction_not_possible">You already have one introduction in progress with these contacts. Please allow for this to finish first. If you or your contacts are rarely online, this can take some time.</string> <string name="introduction_message_title">Introduce Contacts</string> -- GitLab