From 862eca9ddd2f248e5338e13397c659d4d4c57ef2 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 24 Apr 2019 01:58:19 -0400 Subject: [PATCH] Update shortcut screen straighten text too --- data/core.yaml | 2 +- dist/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",