mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correct "set-point" -> "setpoint" and window title setpoint change
Change 2x "set-point" to "setpoint". Correct window title for "Add setpoint change" window. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
b9a3dfb86b
commit
7eda24d6b1
2 changed files with 3 additions and 3 deletions
|
@ -1383,7 +1383,7 @@ void ProfileWidget2::contextMenuEvent(QContextMenuEvent *event)
|
|||
gasChange->addAction(action);
|
||||
}
|
||||
}
|
||||
QAction *setpointAction = m.addAction(tr("Add set-point change"), this, SLOT(addSetpointChange()));
|
||||
QAction *setpointAction = m.addAction(tr("Add setpoint change"), this, SLOT(addSetpointChange()));
|
||||
setpointAction->setData(event->globalPos());
|
||||
QAction *action = m.addAction(tr("Add bookmark"), this, SLOT(addBookmark()));
|
||||
action->setData(event->globalPos());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue