style(Masking): Set explicit masking labels

This commit is contained in:
Julien Cabieces 2024-07-16 17:29:53 +02:00 committed by Nyall Dawson
parent 6364659600
commit 42e5c44c9e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ void QgsMaskingWidget::onSelectionChanged()
}
else if ( !mMessageBarItem && printMessage )
{
mMessageBarItem = new QgsMessageBarItem( tr( "Select both sources and symbol layers or your configuration will be lost" ), Qgis::MessageLevel::Warning, 0, this );
mMessageBarItem = new QgsMessageBarItem( tr( "Select both masking and masked symbol layers or your configuration will be lost" ), Qgis::MessageLevel::Warning, 0, this );
mMessageBar->pushItem( mMessageBarItem );
}

View File

@ -37,7 +37,7 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Mask sources</string>
<string>Masking symbol layers</string>
</property>
</widget>
</item>