forked from mirror/openmw-tes3mp
minor improvements to wording of instance selection menu items
This commit is contained in:
parent
39e1b06101
commit
d5ef40aeb7
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ CSVRender::InstanceSelectionMode::InstanceSelectionMode (CSVWidget::SceneToolbar
|
|||
"</ul>"
|
||||
"<font color=Red>Not implemented yet</font color>");
|
||||
|
||||
mSelectAll = new QAction ("Select all Instances", this);
|
||||
mSelectAll = new QAction ("Select all instances", this);
|
||||
mDeselectAll = new QAction ("Clear selection", this);
|
||||
mDeleteSelection = new QAction ("Delete selection", this);
|
||||
mDeleteSelection = new QAction ("Delete selected instances", this);
|
||||
|
||||
connect (mSelectAll, SIGNAL (triggered ()), this, SLOT (selectAll()));
|
||||
connect (mDeselectAll, SIGNAL (triggered ()), this, SLOT (clearSelection()));
|
||||
|
|
Loading…
Reference in a new issue