Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove verbose wording on layout toolbar buttons (fix #30161)
  • Loading branch information
alexbruy authored and nyalldawson committed Jan 21, 2020
1 parent 2429eb3 commit eb326ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -1559,7 +1559,7 @@ void QgsLayoutDesignerDialog::itemTypeAdded( int id )

// update UI for new item type
QAction *action = new QAction( tr( "Add %1" ).arg( name ), this );
action->setToolTip( tr( "Adds a new %1 to the layout" ).arg( name ) );
action->setToolTip( tr( "Add %1" ).arg( name ) );
action->setCheckable( true );
action->setData( id );
action->setIcon( QgsGui::layoutItemGuiRegistry()->itemMetadata( id )->creationIcon() );
Expand Down

0 comments on commit eb326ef

Please sign in to comment.