Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 26, 2018
1 parent 891ca3c commit 7b95917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssnappingwidget.cpp
Expand Up @@ -214,7 +214,7 @@ QgsSnappingWidget::QgsSnappingWidget( QgsProject *project, QgsMapCanvas *canvas,
advConfigWidgetAction->setDefaultWidget( mLayerTreeView );
advConfigMenu->addAction( advConfigWidgetAction );
advConfigButton->setIcon( QIcon( QgsApplication::getThemeIcon( "/mActionShowAllLayers.svg" ) ) );
advConfigButton->setToolTip( tr( "Edit avdanced configuration" ) );
advConfigButton->setToolTip( tr( "Edit advanced configuration" ) );
advConfigButton->setObjectName( QStringLiteral( "EditAdvancedConfigurationButton" ) );
advConfigButton->setMenu( advConfigMenu );
mEditAdvancedConfigAction = tb->addWidget( advConfigButton );
Expand Down

0 comments on commit 7b95917

Please sign in to comment.