Skip to content

Commit

Permalink
Update src/gui/qgsgui.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 25, 2022
1 parent 4185b31 commit 09d309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsgui.cpp
Expand Up @@ -322,7 +322,7 @@ bool QgsGui::pythonMacroAllowed( void ( *lambda )(), QgsMessageBar *messageBar )
{
QMessageBox msgBox( QMessageBox::Information, tr( "Python Macros" ),
tr( "Python macros are currently disabled. Do you allow this macro to run?" ) );
QAbstractButton *stopSessionButton = msgBox.addButton( tr( "Disable for this session" ), QMessageBox::DestructiveRole );
QAbstractButton *stopSessionButton = msgBox.addButton( tr( "Disable for this Session" ), QMessageBox::DestructiveRole );
msgBox.addButton( tr( "No" ), QMessageBox::NoRole );
QAbstractButton *yesButton = msgBox.addButton( tr( "Yes" ), QMessageBox::YesRole );
msgBox.exec();
Expand Down

0 comments on commit 09d309d

Please sign in to comment.