Skip to content
Snippets Groups Projects
Commit b0ad4d15 authored by Martin Marinov's avatar Martin Marinov
Browse files

Fix the PROGRESS_ABORTED error message.

parent 67ab2449
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@
// and it is not an error code.
DEFINE_ERROR(SUCCESS, "Success")
DEFINE_ERROR(TODO, "TODO: Undefined error message")
DEFINE_ERROR(PROGRESS_ABORTED, "Progress cancelled")
DEFINE_ERROR(PROGRESS_ABORTED, "Progress aborted")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment