Change second exclamation to period on tooltip

No need for two exclamations
This commit is contained in:
likeawindrammer 2020-04-18 02:40:46 -06:00
parent 26872be05d
commit 58b7725406

View File

@ -3731,7 +3731,7 @@ void Courtroom::on_ooc_return_pressed()
append_server_chatmessage( append_server_chatmessage(
"CLIENT", "CLIENT",
tr("Too many arguments to save a case! You only need a filename " 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"); "1");
ui_ooc_chat_message->clear(); ui_ooc_chat_message->clear();
return; return;