Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix tooltip for coordinate display
  • Loading branch information
slarosa committed Mar 8, 2016
1 parent 6327558 commit f01cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsstatusbarcoordinateswidget.cpp
Expand Up @@ -60,7 +60,7 @@ QgsStatusBarCoordinatesWidget::QgsStatusBarCoordinatesWidget( QWidget *parent )
"current cursor position. The display is continuously updated "
"as the mouse is moved. It also allows editing to set the canvas "
"center to a given position. The format is lat,lon or east,north" ) );
mLineEdit->setToolTip( tr( "Current map coordinate (lat,lon or east,north)" ) );
mLineEdit->setToolTip( tr( "Current map coordinate (longitude,latitude or east,north)" ) );

//toggle to switch between mouse pos and extents display in status bar widget
mToggleExtentsViewButton = new QToolButton( this );
Expand Down

0 comments on commit f01cc55

Please sign in to comment.