diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-03-01 10:18:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-04 12:04:20 -0800 |
commit | 7eda24d6b1b7e7d305da363e58cda3115a0b1ecb (patch) | |
tree | 9fa276a780d94245464a4e5e4360b49aa9783775 /profile-widget | |
parent | b9a3dfb86ba7a913075a286af843b65243e3bfef (diff) | |
download | subsurface-7eda24d6b1b7e7d305da363e58cda3115a0b1ecb.tar.gz |
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>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index d368f6af7..f3929a848 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -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()); |