Skip to content

Commit f01cc55

Browse files
committed
fix tooltip for coordinate display
1 parent 6327558 commit f01cc55

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
@@ -60,7 +60,7 @@ QgsStatusBarCoordinatesWidget::QgsStatusBarCoordinatesWidget( QWidget *parent )
6060
"current cursor position. The display is continuously updated "
6161
"as the mouse is moved. It also allows editing to set the canvas "
6262
"center to a given position. The format is lat,lon or east,north" ) );
63-
mLineEdit->setToolTip( tr( "Current map coordinate (lat,lon or east,north)" ) );
63+
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
6666
mToggleExtentsViewButton = new QToolButton( this );

0 commit comments

Comments
 (0)