diff --git a/data/core.yaml b/data/core.yaml index 0522b3d21..48056c2df 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1799,7 +1799,7 @@ en: move: "Move selected features" rotate: "Rotate selected features" orthogonalize: "Square corners of a line or area" - straighten: "Straighten a line" + straighten: "Straighten a line or points" circularize: "Circularize a closed line or area" reflect_long: "Reflect features across the longer axis" reflect_short: "Reflect features across the shorter axis" diff --git a/dist/locales/en.json b/dist/locales/en.json index 5ed75e435..d3c809a91 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2185,7 +2185,7 @@ "move": "Move selected features", "rotate": "Rotate selected features", "orthogonalize": "Square corners of a line or area", - "straighten": "Straighten a line", + "straighten": "Straighten a line or points", "circularize": "Circularize a closed line or area", "reflect_long": "Reflect features across the longer axis", "reflect_short": "Reflect features across the shorter axis",