mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 21:19:40 +00:00
changed 'not implemented' warning message for object movement
This commit is contained in:
parent
d6b8033b46
commit
900378a31e
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
|
||||||
"<ul><li>Use primary edit to move instances around freely</li>"
|
"<ul><li>Use primary edit to move instances around freely</li>"
|
||||||
"<li>Use secondary edit to move instances around within the grid</li>"
|
"<li>Use secondary edit to move instances around within the grid</li>"
|
||||||
"</ul>"
|
"</ul>"
|
||||||
"<font color=Red>Not implemented yet</font color>",
|
"<font color=Red>Grid move not implemented yet</font color>",
|
||||||
parent)
|
parent)
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Reference in a new issue