Small pot fix

"stroke" -> "outline"

related to #35
This commit is contained in:
abakkk 2020-06-30 13:01:05 +02:00
parent 1e8a9492ba
commit 55efba0b3c
3 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ msgstr ""
msgid "Curve line"
msgstr ""
msgid "Smooth free drawing stroke"
msgid "Smooth free drawing outline"
msgstr ""
msgid "Rotate <span alpha=\"50%\">(while moving)</span>"
@ -191,7 +191,7 @@ msgstr ""
msgid "Select mirror"
msgstr ""
msgid "Toggle fill/stroke"
msgid "Toggle fill/outline"
msgstr ""
msgid "Increment line width"

View File

@ -110,7 +110,7 @@ var OTHER_SHORTCUTS = [
{ desc: "Rotate rectangle, polygon, polyline", shortcut: getKeyLabel('<Primary>') },
{ desc: "Extend circle to ellipse", shortcut: getKeyLabel('<Primary>') },
{ desc: "Curve line", shortcut: getKeyLabel('<Primary>') },
{ desc: "Smooth free drawing stroke", shortcut: getKeyLabel('<Primary>') },
{ desc: "Smooth free drawing outline", shortcut: getKeyLabel('<Primary>') },
{ desc: "Rotate <span alpha=\"50%\">(while moving)</span>", shortcut: getKeyLabel('<Primary>') },
{ desc: "Stretch <span alpha=\"50%\">(while resizing)</span>", shortcut: getKeyLabel('<Primary>') },
{ desc: "Inverse <span alpha=\"50%\">(while mirroring)</span>", shortcut: getKeyLabel('<Primary>') }