changed 'not implemented' warning message for object movement

This commit is contained in:
Marc Zinnschlag 2016-03-12 13:26:33 +01:00
parent d6b8033b46
commit 900378a31e

View file

@ -7,6 +7,6 @@ CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
"<ul><li>Use primary edit to move instances around freely</li>"
"<li>Use secondary edit to move instances around within the grid</li>"
"</ul>"
"<font color=Red>Not implemented yet</font color>",
"<font color=Red>Grid move not implemented yet</font color>",
parent)
{}