Skip to content

Commit 3059dd5

Browse files
committed
fix whatsthis for coordinate box, followup f01cc55
1 parent f01cc55 commit 3059dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsstatusbarcoordinateswidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ QgsStatusBarCoordinatesWidget::QgsStatusBarCoordinatesWidget( QWidget *parent )
5959
mLineEdit->setWhatsThis( tr( "Shows the map coordinates at the "
6060
"current cursor position. The display is continuously updated "
6161
"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" ) );
62+
"center to a given position. The format is longitude,latitude or east,north" ) );
6363
mLineEdit->setToolTip( tr( "Current map coordinate (longitude,latitude or east,north)" ) );
6464

6565
//toggle to switch between mouse pos and extents display in status bar widget

0 commit comments

Comments
 (0)