From e06b883d20f33725da551f624d1fe9b3f81b6499 Mon Sep 17 00:00:00 2001 From: akwizgran <akwizgran@users.sourceforge.net> Date: Thu, 1 Aug 2013 10:39:47 +0100 Subject: [PATCH] Replaced "Connecting" with "Searching" in invitation UI. --- briar-android/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/briar-android/res/values/strings.xml b/briar-android/res/values/strings.xml index ad0ea3bfc5..eb4bc57368 100644 --- a/briar-android/res/values/strings.xml +++ b/briar-android/res/values/strings.xml @@ -36,8 +36,8 @@ <string name="continue_button">Continue</string> <string name="your_invitation_code">Your invitation code is</string> <string name="enter_invitation_code">Please enter your contact\'s invitation code:</string> - <string name="format_connecting_wifi">Connecting via %1$s\u2026</string> - <string name="connecting_bluetooth">Connecting via Bluetooth\u2026</string> + <string name="format_connecting_wifi">Searching via %1$s\u2026</string> + <string name="connecting_bluetooth">Searching via Bluetooth\u2026</string> <string name="connection_failed">Connection failed</string> <string name="check_same_network">Please check that you are both using the same network</string> <string name="try_again_button">Try again</string> -- GitLab