"Unlock image ratio" -> "Do not preserve image ratio"
This commit is contained in:
parent
f7d1f15cf5
commit
1677425413
|
|
@ -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>"
|
||||||
|
|
|
||||||
|
|
@ -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>')],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue