diff --git a/src/chatdlg.cpp b/src/chatdlg.cpp index 1a06c53e..f2fd1769 100755 --- a/src/chatdlg.cpp +++ b/src/chatdlg.cpp @@ -34,14 +34,14 @@ CChatDlg::CChatDlg ( QWidget* parent, Qt::WindowFlags f ) : // Add help text to controls ----------------------------------------------- // chat window - txvChatWindow->setWhatsThis ( tr ( "Chat Window: The chat window " - "shows a history of all chat messages." ) ); + txvChatWindow->setWhatsThis ( "" + tr ( "Chat Window" ) + ": " + tr ( + "The chat window shows a history of all chat messages." ) ); txvChatWindow->setAccessibleName ( tr ( "Chat history" ) ); // input message text - edtLocalInputText->setWhatsThis ( tr ( "Input Message Text: Enter " - "the chat message text in the edit box and press enter to send the " + edtLocalInputText->setWhatsThis ( "" + tr ( "Input Message Text" ) + ": " + tr ( + "Enter the chat message text in the edit box and press enter to send the " "message to the server which distributes the message to all connected " "clients. Your message will then show up in the chat window." ) ); diff --git a/src/res/translation/translation_de_DE.ts b/src/res/translation/translation_de_DE.ts index 83615401..acaf577b 100644 --- a/src/res/translation/translation_de_DE.ts +++ b/src/res/translation/translation_de_DE.ts @@ -246,7 +246,12 @@ CChatDlg - <b>Chat Window:</b> The chat window shows a history of all chat messages. + Chat Window + + + + + The chat window shows a history of all chat messages. @@ -256,7 +261,12 @@ - <b>Input Message Text:</b> Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. + Input Message Text + + + + + Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. diff --git a/src/res/translation/translation_es_ES.ts b/src/res/translation/translation_es_ES.ts index 72fd4e91..2643b74a 100644 --- a/src/res/translation/translation_es_ES.ts +++ b/src/res/translation/translation_es_ES.ts @@ -246,7 +246,12 @@ CChatDlg - <b>Chat Window:</b> The chat window shows a history of all chat messages. + Chat Window + + + + + The chat window shows a history of all chat messages. @@ -256,7 +261,12 @@ - <b>Input Message Text:</b> Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. + Input Message Text + + + + + Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. diff --git a/src/res/translation/translation_fr_FR.ts b/src/res/translation/translation_fr_FR.ts index 2384a4e2..8103ae5d 100644 --- a/src/res/translation/translation_fr_FR.ts +++ b/src/res/translation/translation_fr_FR.ts @@ -254,7 +254,12 @@ CChatDlg - <b>Chat Window:</b> The chat window shows a history of all chat messages. + Chat Window + + + + + The chat window shows a history of all chat messages. @@ -264,7 +269,12 @@ - <b>Input Message Text:</b> Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. + Input Message Text + + + + + Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. diff --git a/src/res/translation/translation_pt_PT.ts b/src/res/translation/translation_pt_PT.ts index 75e1bd8a..ffa18e9e 100644 --- a/src/res/translation/translation_pt_PT.ts +++ b/src/res/translation/translation_pt_PT.ts @@ -254,8 +254,13 @@ CChatDlg - <b>Chat Window:</b> The chat window shows a history of all chat messages. - <b>Janela de Mensagens:</b> A janela de mensagens mostra um histórico de todas as mensagens enviadas durante a sessão. + Chat Window + Janela de Mensagens + + + + The chat window shows a history of all chat messages. + A janela de mensagens mostra um histórico de todas as mensagens enviadas durante a sessão. @@ -264,8 +269,13 @@ - <b>Input Message Text:</b> Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. - <b>Texto da Mensagem:</b> Introduza o texto da mensagem no campo de introdução e pressione <i>Enter</i> para enviar a mensagem ao servidor, que distribui a mensagem a todos os clientes ligados. A sua mensagem será exibida na janela de mensagens. + Input Message Text + Texto da Mensagem + + + + Enter the chat message text in the edit box and press enter to send the message to the server which distributes the message to all connected clients. Your message will then show up in the chat window. + Introduza o texto da mensagem no campo de introdução e pressione Enter para enviar a mensagem ao servidor, que distribui a mensagem a todos os clientes ligados. A sua mensagem será exibida na janela de mensagens.