From 579c566bbe9a5dc5167aae0971d6e312a93e85bc Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 27 Nov 2013 10:06:30 -0800 Subject: Rephrase tooltip This seems to better explain what the button does. Signed-off-by: Dirk Hohndel --- qt-ui/profilegraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp index e55b2e52c..766f7cd5e 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -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); -- cgit v1.2.3-70-g09d2