Skip to content

Commit

Permalink
[GUI][Annotations] Rename "Create Picture" to "Create Picture Annotat…
Browse files Browse the repository at this point in the history
…ion"

Uniform the action name to the other ones
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Nov 29, 2024
1 parent c31d4dc commit ff622ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/annotations/qgsannotationitemguiregistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ void QgsAnnotationItemGuiRegistry::addDefaultItems()
} ) );

addAnnotationItemGuiMetadata( new QgsAnnotationItemGuiMetadata( QStringLiteral( "picture" ),
QObject::tr( "Picture" ),
QObject::tr( "Picture Annotation" ),
QgsApplication::getThemeIcon( QStringLiteral( "/mActionAddImage.svg" ) ),
[ = ]( QgsAnnotationItem * item )->QgsAnnotationItemBaseWidget *
{
Expand Down

0 comments on commit ff622ab

Please sign in to comment.