diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-28 20:19:09 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-28 20:19:09 +0200 |
| commit | 582417a9020569e2f841bf93bb7358a2ccefa16f (patch) | |
| tree | 9ddab9567f23263b1ad61709a0eb5521c9a418a2 /src | |
| parent | 69e4da4c43982205d8b94e182a25746ca72340d4 (diff) | |
german translation
Diffstat (limited to 'src')
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 7907b543..2ba3ba2c 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -2685,7 +2685,7 @@ void Courtroom::on_ooc_return_pressed() //ui_text_color->addItem("Rainbow"); ui_ooc_chat_message->clear(); //rainbow_appended = true; - append_server_chatmessage("CLIENT", tr("This does nohing, but there you go."), "1"); + append_server_chatmessage("CLIENT", tr("This does nothing, but there you go."), "1"); return; } else if (ooc_message.startsWith("/settings")) |
