From d4c418faf893d28e3c543f19a276fada23e2fd6e Mon Sep 17 00:00:00 2001 From: cyberta Date: Wed, 28 Apr 2021 10:40:18 +0200 Subject: ask to disable manual gateway selection if current combination of transport and location fails --- app/src/main/res/values/untranslatable.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/src/main/res/values/untranslatable.xml') diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index 9c6afadd..6f989cc8 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -44,5 +44,9 @@ CircleImageView Copyright 2014 - 2020 Henning Dodenhof. Licensed under the Apache License, Version 2.0 + + %1$s could not connect to %2$s. Do you want to try to connect automatically with best location? + Try best location + \ No newline at end of file -- cgit v1.2.3 From f1d4b39bdc30417247bc1c8dccc75476e9eb9317 Mon Sep 17 00:00:00 2001 From: cyberta Date: Sat, 15 May 2021 14:18:41 +0200 Subject: fix missing empty space in untranslatable.xml string resources --- app/src/main/res/values/untranslatable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values/untranslatable.xml') diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index 6f989cc8..a08857c1 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -46,7 +46,7 @@ %1$s could not connect to %2$s. Do you want to try to connect automatically with best location? - Try best location + Try best location \ No newline at end of file -- cgit v1.2.3