diff options
| author | likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> | 2020-04-18 02:40:46 -0600 |
|---|---|---|
| committer | likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> | 2020-04-18 02:40:46 -0600 |
| commit | 58b77254069906e4ac7eff6548aa7b6ff1e026ef (patch) | |
| tree | 4a0c260d62911980339e734b9acbbab5d24e21c1 | |
| parent | 26872be05d328bffcece3fb204fc90ff3b433b9e (diff) | |
Change second exclamation to period on tooltip
No need for two exclamations
| -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 ca1c789c..c0fb24be 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;
|
