From 16774254131feec87c0076642ec131f39abaf46c Mon Sep 17 00:00:00 2001 From: abakkk Date: Fri, 18 Sep 2020 11:53:19 +0200 Subject: [PATCH] "Unlock image ratio" -> "Do not preserve image ratio" --- locale/draw-on-your-screen.pot | 2 +- shortcuts.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/draw-on-your-screen.pot b/locale/draw-on-your-screen.pot index 0a370c8..3b2aa41 100644 --- a/locale/draw-on-your-screen.pot +++ b/locale/draw-on-your-screen.pot @@ -423,7 +423,7 @@ msgstr "" msgid "Smooth free drawing outline" msgstr "" -msgid "Unlock image ratio" +msgid "Do not preserve image ratio" msgstr "" msgid "Rotate (while moving)" diff --git a/shortcuts.js b/shortcuts.js index 488485a..df753d4 100644 --- a/shortcuts.js +++ b/shortcuts.js @@ -83,7 +83,7 @@ const getOthers = function() { [_("Extend circle to ellipse"), getKeyLabel('')], [_("Curve line"), getKeyLabel('')], [_("Smooth free drawing outline"), getKeyLabel('')], - [_("Unlock image ratio"), getKeyLabel('')], + [_("Do not preserve image ratio"), getKeyLabel('')], [_("Rotate (while moving)"), getKeyLabel('')], [_("Stretch (while resizing)"), getKeyLabel('')], [_("Inverse (while mirroring)"), getKeyLabel('')],