mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
Rephrase tooltip
This seems to better explain what the button does. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c64e9ea28d
commit
579c566bbe
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ void ProfileGraphicsView::addControlItems(struct dive *d)
|
||||||
QAction *scaleAction = new QAction(QIcon(":scale"), tr("Scale"), this);
|
QAction *scaleAction = new QAction(QIcon(":scale"), tr("Scale"), this);
|
||||||
QAction *rulerAction = new QAction(QIcon(":ruler"), tr("Ruler"), this);
|
QAction *rulerAction = new QAction(QIcon(":ruler"), tr("Ruler"), this);
|
||||||
QToolBar *toolBar = new QToolBar("", 0);
|
QToolBar *toolBar = new QToolBar("", 0);
|
||||||
rulerAction->setToolTip(tr("Show a ruler to nit pecking your dive"));
|
rulerAction->setToolTip(tr("Measure properties of dive segments"));
|
||||||
scaleAction->setToolTip(tr("Scale your dive to screen size"));
|
scaleAction->setToolTip(tr("Scale your dive to screen size"));
|
||||||
toolBar->addAction(rulerAction);
|
toolBar->addAction(rulerAction);
|
||||||
toolBar->addAction(scaleAction);
|
toolBar->addAction(scaleAction);
|
||||||
|
|
Loading…
Add table
Reference in a new issue