diff --git a/locale/draw-on-your-screen.pot b/locale/draw-on-your-screen.pot index ee4bf35..bb0a1dc 100644 --- a/locale/draw-on-your-screen.pot +++ b/locale/draw-on-your-screen.pot @@ -134,7 +134,7 @@ msgstr "" msgid "Curve line" msgstr "" -msgid "Smooth free drawing stroke" +msgid "Smooth free drawing outline" msgstr "" msgid "Rotate (while moving)" @@ -191,7 +191,7 @@ msgstr "" msgid "Select mirror" msgstr "" -msgid "Toggle fill/stroke" +msgid "Toggle fill/outline" msgstr "" msgid "Increment line width" diff --git a/locale/it_IT/LC_MESSAGES/draw-on-your-screen.mo b/locale/it_IT/LC_MESSAGES/draw-on-your-screen.mo index a438979..32f5d87 100644 Binary files a/locale/it_IT/LC_MESSAGES/draw-on-your-screen.mo and b/locale/it_IT/LC_MESSAGES/draw-on-your-screen.mo differ diff --git a/prefs.js b/prefs.js index ed47d98..9e7df59 100644 --- a/prefs.js +++ b/prefs.js @@ -110,7 +110,7 @@ var OTHER_SHORTCUTS = [ { desc: "Rotate rectangle, polygon, polyline", shortcut: getKeyLabel('') }, { desc: "Extend circle to ellipse", shortcut: getKeyLabel('') }, { desc: "Curve line", shortcut: getKeyLabel('') }, - { desc: "Smooth free drawing stroke", shortcut: getKeyLabel('') }, + { desc: "Smooth free drawing outline", shortcut: getKeyLabel('') }, { desc: "Rotate (while moving)", shortcut: getKeyLabel('') }, { desc: "Stretch (while resizing)", shortcut: getKeyLabel('') }, { desc: "Inverse (while mirroring)", shortcut: getKeyLabel('') }