Skip to content

Commit 65ee92c

Browse files
author
timlinux
committedNov 7, 2007
Patch to fix typo (bug #792)
git-svn-id: http://svn.osgeo.org/qgis/trunk@7342 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 161b1b4 commit 65ee92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ void QgisApp::createStatusBar()
10671067
mCoordsLabel->setFont(myFont);
10681068
mCoordsLabel->setMargin(3);
10691069
mCoordsLabel->setAlignment(Qt::AlignCenter);
1070-
QWhatsThis::add(mCoordsLabel, tr("Shows the map coordinates at the current cursor postion. The display is continuously updated as the mouse is moved."));
1070+
QWhatsThis::add(mCoordsLabel, tr("Shows the map coordinates at the current cursor position. The display is continuously updated as the mouse is moved."));
10711071
QToolTip::add (mCoordsLabel, tr("Map coordinates at mouse cursor position"));
10721072
statusBar()->addWidget(mCoordsLabel, 0, true);
10731073
// render suppression status bar widget

0 commit comments

Comments
 (0)
Please sign in to comment.