We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d183f5f commit 77eafc0Copy full SHA for 77eafc0
src/gui/symbology/qgsstylemanagerdialog.cpp
@@ -907,7 +907,7 @@ void QgsStyleManagerDialog::populateGroups()
907
setBold( favoriteSymbols );
908
model->appendRow( favoriteSymbols );
909
910
- QStandardItem *allSymbols = new QStandardItem( tr( "All Symbols" ) );
+ QStandardItem *allSymbols = new QStandardItem( tr( "All" ) );
911
allSymbols->setData( "all" );
912
allSymbols->setEditable( false );
913
setBold( allSymbols );
0 commit comments