We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01cc55 commit 3059dd5Copy full SHA for 3059dd5
src/app/qgsstatusbarcoordinateswidget.cpp
@@ -59,7 +59,7 @@ QgsStatusBarCoordinatesWidget::QgsStatusBarCoordinatesWidget( QWidget *parent )
59
mLineEdit->setWhatsThis( tr( "Shows the map coordinates at the "
60
"current cursor position. The display is continuously updated "
61
"as the mouse is moved. It also allows editing to set the canvas "
62
- "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" ) );
63
mLineEdit->setToolTip( tr( "Current map coordinate (longitude,latitude or east,north)" ) );
64
65
//toggle to switch between mouse pos and extents display in status bar widget
0 commit comments