From 58b77254069906e4ac7eff6548aa7b6ff1e026ef Mon Sep 17 00:00:00 2001 From: likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> Date: Sat, 18 Apr 2020 02:40:46 -0600 Subject: [PATCH] Change second exclamation to period on tooltip No need for two exclamations --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index ca1c789..c0fb24b 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -3731,7 +3731,7 @@ void Courtroom::on_ooc_return_pressed() append_server_chatmessage( "CLIENT", tr("Too many arguments to save a case! You only need a filename " - "without extension and the courtroom status!"), + "without extension and the courtroom status."), "1"); ui_ooc_chat_message->clear(); return;