Skip to content

Commit 1c33261

Browse files
committedAug 6, 2018
Tweak string formatting for consistency with other indicators
1 parent 93ce435 commit 1c33261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgslayertreeviewmemoryindicator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ std::unique_ptr< QgsLayerTreeViewIndicator > QgsLayerTreeViewMemoryIndicatorProv
7272
{
7373
std::unique_ptr< QgsLayerTreeViewIndicator > indicator = qgis::make_unique< QgsLayerTreeViewIndicator >( this );
7474
indicator->setIcon( mIcon );
75-
indicator->setToolTip( tr( "Temporary scratch layer only<br><b>Contents will be discarded after closing this project</b>" ) );
75+
indicator->setToolTip( tr( "<b>Temporary scratch layer only!</b><br>Contents will be discarded after closing this project" ) );
7676
mIndicators.insert( indicator.get() );
7777
return indicator;
7878
}

0 commit comments

Comments
 (0)
Please sign in to comment.