Skip to content

Commit

Permalink
style(Masking): Set explicit masking labels
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed Jul 16, 2024
1 parent 6364659 commit 42e5c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/qgsmaskingwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsmaskingwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 42e5c44

Please sign in to comment.