Rephrase tooltip

This seems to better explain what the button does.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-11-27 10:06:30 -08:00
parent c64e9ea28d
commit 579c566bbe

View file

@ -513,7 +513,7 @@ void ProfileGraphicsView::addControlItems(struct dive *d)
QAction *scaleAction = new QAction(QIcon(":scale"), tr("Scale"), this);
QAction *rulerAction = new QAction(QIcon(":ruler"), tr("Ruler"), this);
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"));
toolBar->addAction(rulerAction);
toolBar->addAction(scaleAction);