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('')],