diff --git a/src/gui/auxiliary/canvas.cpp b/src/gui/auxiliary/canvas.cpp index b10ae29dc25..60f764f5d23 100644 --- a/src/gui/auxiliary/canvas.cpp +++ b/src/gui/auxiliary/canvas.cpp @@ -809,7 +809,7 @@ timage::timage(const config& cfg) if(!tmp) { ERR_GUI_D << "Image: '" << cfg["name"] - << "'not found and won't be drawn.\n"; + << "' not found and won't be drawn.\n"; return; }