change area save message
Some checks are pending
CI / build-windows (push) Blocked by required conditions
CI / build-linux (push) Blocked by required conditions
CI / check-clang-format (push) Waiting to run

This commit is contained in:
simio 2025-03-02 08:18:42 -03:00
parent b0658cd000
commit 46cc7ce5d8

View File

@ -85,7 +85,7 @@ void AOClient::cmdSaveEvidence(int argc, QStringList argv)
// Close the file after writing // Close the file after writing
l_file.close(); l_file.close();
sendServerMessage("All evidence has been saved to " + l_ini_file_name); sendServerMessage("Evidence for this area has been saved.");
} }
void AOClient::cmdClearDoc(int argc, QStringList argv) void AOClient::cmdClearDoc(int argc, QStringList argv)