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 <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2021-05-17 12:07:15 +02:00
parent de05e74929
commit c42c79888c
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -336,8 +336,7 @@
<string name="nc_lobby">Lobby</string>
<string name="nc_start_time">Start time</string>
<string name="nc_lobby_waiting">You are currently waiting in the lobby.</string>
<string name="nc_lobby_waiting_with_date">You are currently waiting in the lobby.\n This
meeting is scheduled for %1$s.</string>
<string name="nc_lobby_waiting_with_date">You are currently waiting in the lobby.\n This meeting is scheduled for %1$s.</string>
<string name="nc_manual">Not set</string>
<!-- Errors -->