Skip to content

Commit e63b2ef

Browse files
committedFeb 25, 2019
Rename container background color dialog title
1 parent 6bdabcf commit e63b2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsattributesformproperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ void DnDTree::onItemDoubleClicked( QTreeWidgetItem *item, int column )
10531053
QgsCollapsibleGroupBox *styleGroupBox = new QgsCollapsibleGroupBox( tr( "Style" ), layout->widget() );
10541054
styleGroupBox->setObjectName( QLatin1Literal( "attributeFormPropertiesContainerStyle" ) );
10551055
QFormLayout *customizeGroupBoxLayout = new QFormLayout( styleGroupBox ) ;
1056-
QgsColorButton *backgroundColorButton = new QgsColorButton( styleGroupBox, tr( "Select the background color for the container" ) );
1056+
QgsColorButton *backgroundColorButton = new QgsColorButton( styleGroupBox, tr( "Container Background Color" ) );
10571057
backgroundColorButton->setShowNull( true );
10581058
backgroundColorButton->setColor( itemData.backgroundColor() );
10591059
customizeGroupBoxLayout->addRow( new QLabel( tr( "Background color" ), styleGroupBox ),

0 commit comments

Comments
 (0)
Please sign in to comment.