mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
style(Masking): Set explicit masking labels
This commit is contained in:
parent
6364659600
commit
42e5c44c9e
@ -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 );
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user