Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d013448

Browse files
DelazJnyalldawson
authored andcommittedSep 1, 2023
Fix toolTip
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
1 parent 08496c4 commit d013448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgslayermetadatasourceselectprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ QString QgsLayerMetadataSourceSelectProvider::text() const
3636

3737
QString QgsLayerMetadataSourceSelectProvider::toolTip() const
3838
{
39-
return QObject::tr( "Search and add layer metadata" );
39+
return QObject::tr( "Find layers by metadata" );
4040
}
4141

4242
QIcon QgsLayerMetadataSourceSelectProvider::icon() const

0 commit comments

Comments
 (0)
Please sign in to comment.