Skip to content

Commit

Permalink
Renaming stuff
Browse files Browse the repository at this point in the history
Duplicate feature
Duplicate feature and digitize
Duplicate selected features
  • Loading branch information
signedav committed Dec 27, 2017
1 parent 95b8535 commit 5e7865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -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" ) ) );

Expand Down

0 comments on commit 5e7865c

Please sign in to comment.