File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8686,7 +8686,7 @@ void QgisApp::updateCRSStatusBar()
8686
8686
8687
8687
if ( mMapCanvas->mapSettings().hasCrsTransformEnabled() )
8688
8688
{
8689
- mOnTheFlyProjectionStatusButton ->setText ( QString ( " %1 (OTF)" ).arg ( mOnTheFlyProjectionStatusButton ->text () ) );
8689
+ mOnTheFlyProjectionStatusButton->setText( tr( "%1 (OTF)" ).arg( mOnTheFlyProjectionStatusButton->text() ) );
8690
8690
mOnTheFlyProjectionStatusButton->setToolTip(
8691
8691
tr( "Current CRS: %1 (OTFR enabled)" ).arg( mMapCanvas->mapSettings().destinationCrs().description() ) );
8692
8692
mOnTheFlyProjectionStatusButton->setIcon( QgsApplication::getThemeIcon( "mIconProjectionEnabled.png" ) );
@@ -9777,7 +9777,7 @@ void QgisApp::keyPressEvent( QKeyEvent * e )
9777
9777
// The following statement causes a crash on WIN32 and should be
9778
9778
// enclosed in an #ifdef QGISDEBUG if its really necessary. Its
9779
9779
// commented out for now. [gsherman]
9780
- // QgsDebugMsg(QString("%1 (keypress recevied)" ).arg(e->text()) );
9780
+ // QgsDebugMsg( QString( "%1 (keypress received)" ).arg( e->text() ) );
9781
9781
emit keyPressed( e );
9782
9782
9783
9783
//cancel rendering progress with esc key
You can’t perform that action at this time.
0 commit comments