Skip to content

Commit 77eafc0

Browse files
DelazJnirvn
authored andcommitted
[Style Manager] Replace "All Symbols" by "All" label
because it's not only about symbols; color ramps are also "unfiltered"...
1 parent d183f5f commit 77eafc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/symbology/qgsstylemanagerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ void QgsStyleManagerDialog::populateGroups()
907907
setBold( favoriteSymbols );
908908
model->appendRow( favoriteSymbols );
909909

910-
QStandardItem *allSymbols = new QStandardItem( tr( "All Symbols" ) );
910+
QStandardItem *allSymbols = new QStandardItem( tr( "All" ) );
911911
allSymbols->setData( "all" );
912912
allSymbols->setEditable( false );
913913
setBold( allSymbols );

0 commit comments

Comments
 (0)