diff --git a/Mage.Client/src/main/java/mage/client/remote/CallbackClientImpl.java b/Mage.Client/src/main/java/mage/client/remote/CallbackClientImpl.java
index b868bdb3558..f8b25963fdf 100644
--- a/Mage.Client/src/main/java/mage/client/remote/CallbackClientImpl.java
+++ b/Mage.Client/src/main/java/mage/client/remote/CallbackClientImpl.java
@@ -370,12 +370,12 @@ public class CallbackClientImpl implements CallbackClient {
switch (usedPanel.getChatType()) {
case GAME:
usedPanel.receiveMessage("", new StringBuilder("You may use hot keys to play faster:")
- .append("\nTurn mousewheel up (ALT-e) - enlarge image of card the mousepointer hovers over")
- .append("\nTurn mousewheel down (ALT-s) - enlarge original/alternate image of card the mousepointer hovers over")
- .append("\nF2 - Confirm \"Ok\", \"Yes\" or \"Done\" button")
- .append("\nF4 - Skip current turn but stop on declare attackers/blockers and something on the stack")
- .append("\nF9 - Skip everything until your next turn")
- .append("\nF3 - Undo F4/F9").toString(),
+ .append("
Turn mousewheel up (ALT-e) - enlarge image of card the mousepointer hovers over")
+ .append("
Turn mousewheel down (ALT-s) - enlarge original/alternate image of card the mousepointer hovers over")
+ .append("
F2 - Confirm \"Ok\", \"Yes\" or \"Done\" button")
+ .append("
F4 - Skip current turn but stop on declare attackers/blockers and something on the stack")
+ .append("
F9 - Skip everything until your next turn")
+ .append("
F3 - Undo F4/F9").toString(),
null, MessageType.USER_INFO, ChatMessage.MessageColor.ORANGE);
break;
case TOURNAMENT:
@@ -384,8 +384,8 @@ public class CallbackClientImpl implements CallbackClient {
break;
case TABLES:
usedPanel.receiveMessage("", new StringBuilder("Download card images by using the \"Images\" menu to the top right .")
- .append("\nDownload icons and symbols by using the \"Symbols\" menu to the top right.")
- .append("\n\\list - Show a list of available chat commands.").toString(),
+ .append("
Download icons and symbols by using the \"Symbols\" menu to the top right.")
+ .append("
\\list - Show a list of available chat commands.").toString(),
null, MessageType.USER_INFO, ChatMessage.MessageColor.ORANGE);
break;