From c42c79888c4c5d57482772d347fb5151ca1ea3c3 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 17 May 2021 12:07:15 +0200 Subject: [PATCH] Remove new line from translatable string Due to our poor mans XML concatenation new lines are not kept and cause invalid XML. See https://github.com/nextcloud/docker-ci/pull/280/files#diff-9d28cba068f86de5b086c8b5e7ba5e44df1f4d5d299421e2bf5eb168551af078R68 for the XML concatenation. THis is a quick fix and better should be handled by just properly parse and combine the XML. Signed-off-by: Morris Jobke --- app/src/main/res/values/strings.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 01cab76c9..f3ffb250a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -336,8 +336,7 @@ Lobby Start time You are currently waiting in the lobby. - You are currently waiting in the lobby.\n This - meeting is scheduled for %1$s. + You are currently waiting in the lobby.\n This meeting is scheduled for %1$s. Not set