diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index 95d0f43baab..2cc61baf56f 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -7622,7 +7622,7 @@ void QgisApp::setupDuplicateFeaturesAction() } ); - action = new QgsMapLayerAction( QString( tr( "Duplicate feature redigitized" ) ), + action = new QgsMapLayerAction( QString( tr( "Duplicate feature and digitize" ) ), this, QgsMapLayerAction::AllActions, QgsApplication::getThemeIcon( QStringLiteral( "/mActionDuplicateFeatureDigitized.svg" ) ) );