Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix whatsthis for coordinate box, followup f01cc55
  • Loading branch information
slarosa committed Mar 8, 2016
1 parent f01cc55 commit 3059dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsstatusbarcoordinateswidget.cpp
Expand Up @@ -59,7 +59,7 @@ QgsStatusBarCoordinatesWidget::QgsStatusBarCoordinatesWidget( QWidget *parent )
mLineEdit->setWhatsThis( tr( "Shows the map coordinates at the "
"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" ) );
"center to a given position. The format is longitude,latitude 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
Expand Down

0 comments on commit 3059dd5

Please sign in to comment.