"Unlock image ratio" -> "Do not preserve image ratio"

This commit is contained in:
abakkk 2020-09-18 11:53:19 +02:00
parent f7d1f15cf5
commit 1677425413
2 changed files with 2 additions and 2 deletions

View File

@ -423,7 +423,7 @@ msgstr ""
msgid "Smooth free drawing outline" msgid "Smooth free drawing outline"
msgstr "" msgstr ""
msgid "Unlock image ratio" msgid "Do not preserve image ratio"
msgstr "" msgstr ""
msgid "Rotate <span alpha=\"50%\">(while moving)</span>" msgid "Rotate <span alpha=\"50%\">(while moving)</span>"

View File

@ -83,7 +83,7 @@ const getOthers = function() {
[_("Extend circle to ellipse"), getKeyLabel('<Primary>')], [_("Extend circle to ellipse"), getKeyLabel('<Primary>')],
[_("Curve line"), getKeyLabel('<Primary>')], [_("Curve line"), getKeyLabel('<Primary>')],
[_("Smooth free drawing outline"), getKeyLabel('<Primary>')], [_("Smooth free drawing outline"), getKeyLabel('<Primary>')],
[_("Unlock image ratio"), getKeyLabel('<Primary>')], [_("Do not preserve image ratio"), getKeyLabel('<Primary>')],
[_("Rotate <span alpha=\"50%\">(while moving)</span>"), getKeyLabel('<Primary>')], [_("Rotate <span alpha=\"50%\">(while moving)</span>"), getKeyLabel('<Primary>')],
[_("Stretch <span alpha=\"50%\">(while resizing)</span>"), getKeyLabel('<Primary>')], [_("Stretch <span alpha=\"50%\">(while resizing)</span>"), getKeyLabel('<Primary>')],
[_("Inverse <span alpha=\"50%\">(while mirroring)</span>"), getKeyLabel('<Primary>')], [_("Inverse <span alpha=\"50%\">(while mirroring)</span>"), getKeyLabel('<Primary>')],