File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2071,7 +2071,7 @@ void QgisApp::createStatusBar()
2071
2071
mRotationLabel ->setMargin ( 3 );
2072
2072
mRotationLabel ->setAlignment ( Qt::AlignCenter );
2073
2073
mRotationLabel ->setFrameStyle ( QFrame::NoFrame );
2074
- mRotationLabel ->setText ( tr ( " Rotation: " ) );
2074
+ mRotationLabel ->setText ( tr ( " Rotation" ) );
2075
2075
mRotationLabel ->setToolTip ( tr ( " Current clockwise map rotation in degrees" ) );
2076
2076
statusBar ()->addPermanentWidget ( mRotationLabel , 0 );
2077
2077
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ QgsStatusBarCoordinatesWidget::QgsStatusBarCoordinatesWidget( QWidget *parent )
43
43
mLabel ->setMargin ( 3 );
44
44
mLabel ->setAlignment ( Qt::AlignCenter );
45
45
mLabel ->setFrameStyle ( QFrame::NoFrame );
46
- mLabel ->setText ( tr ( " Coordinate: " ) );
46
+ mLabel ->setText ( tr ( " Coordinate" ) );
47
47
mLabel ->setToolTip ( tr ( " Current map coordinate" ) );
48
48
49
49
mLineEdit = new QLineEdit ( this );
You can’t perform that action at this time.
0 commit comments