From c2b409b723fc160b59444ae1ca4af49c31fa7a71 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Wed, 8 Jun 2022 21:09:25 +0100 Subject: [PATCH] escape \ in translation file --- QSB/Translations/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/QSB/Translations/en.json b/QSB/Translations/en.json index c1907f74..3a0e526b 100644 --- a/QSB/Translations/en.json +++ b/QSB/Translations/en.json @@ -11,15 +11,15 @@ "HostExistingOrNew": "Do you want to host an existing expedition, or host a new expedition?", "ExistingSave": "EXISTING SAVE", "NewSave": "NEW SAVE", - "DisconnectAreYouSure": "Are you sure you want to disconnect?\r\nThis will send you back to the main menu.", + "DisconnectAreYouSure": "Are you sure you want to disconnect?\\r\\nThis will send you back to the main menu.", "Yes": "YES", "No": "NO", - "StopHostingAreYouSure": "Are you sure you want to stop hosting?\r\nThis will disconnect all clients and send everyone back to the main menu.", - "CopyProductUserIDToClipboard": "Hosting server.\r\nClients will connect using your product user id, which is :\r\n{0}\r\nDo you want to copy this to the clipboard?", + "StopHostingAreYouSure": "Are you sure you want to stop hosting?\\r\\nThis will disconnect all clients and send everyone back to the main menu.", + "CopyProductUserIDToClipboard": "Hosting server.\\r\\nClients will connect using your product user id, which is :\\r\\n{0}\\r\\nDo you want to copy this to the clipboard?", "Connecting": "CONNECTING...", "OK": "OK", - "ServerRefusedConnection": "Server refused connection.\r\n{0}", - "ClientDisconnectWithError": "Client disconnected with error!\r\n{0}", + "ServerRefusedConnection": "Server refused connection.\\r\\n{0}", + "ClientDisconnectWithError": "Client disconnected with error!\\r\\n{0}", "QSBVersionMismatch": "QSB version does not match. (Client:{0}, Server:{1})", "OWVersionMismatch": "Outer Wilds version does not match. (Client:{0}, Server:{1})", "DLCMismatch": "DLC installation state does not match. (Client:{0}, Server:{1})",