Browse Source

Merge pull request #1258 from nextcloud/l10n/noid/fix-translation-string

Remove new line from translatable string
Andy Scherzinger 4 years ago
parent
commit
084492c0ae
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/src/main/res/values/strings.xml

+ 1 - 2
app/src/main/res/values/strings.xml

@@ -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 -->