Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Nov 25, 2020
1 parent 6212551 commit 735329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolselectutils.cpp
Expand Up @@ -530,7 +530,7 @@ QString QgsMapToolSelectUtils::QgsMapToolSelectMenuActions::textForChooseAll( qi
return tr( "Intersect All with Selection (%1)" ).arg( featureCountText );
break;
case QgsVectorLayer::RemoveFromSelection:
return tr( "Remove All (%1) from Selection (%1)" ).arg( featureCountText );
return tr( "Remove All from Selection (%1)" ).arg( featureCountText );
break;
}

Expand Down

0 comments on commit 735329a

Please sign in to comment.