Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 4, 2022
1 parent aef5865 commit bfcce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gps/qgsappgpssettingsmenu.cpp
Expand Up @@ -84,7 +84,7 @@ QgsAppGpsSettingsMenu::QgsAppGpsSettingsMenu( QWidget *parent )
addAction( mShowBearingLineAction );


mRotateMapAction = new QAction( tr( "Rotate map to match GPS direction" ), this );
mRotateMapAction = new QAction( tr( "Rotate Map to Match GPS Direction" ), this );
mRotateMapAction->setCheckable( true );
mRotateMapAction->setChecked( settings.value( QStringLiteral( "rotateMap" ), false, QgsSettings::Gps ).toBool() );
connect( mRotateMapAction, &QAction::toggled, this, [ = ]( bool checked )
Expand Down

0 comments on commit bfcce07

Please sign in to comment.