minor
This commit is contained in:
parent
c531fba30c
commit
1a4de3190f
|
|
@ -146,7 +146,7 @@ msgstr ""
|
||||||
msgid "Unselect shape (free drawing)"
|
msgid "Unselect shape (free drawing)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Select fill/stroke"
|
msgid "Toggle fill/stroke"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Increment line width"
|
msgid "Increment line width"
|
||||||
|
|
@ -212,9 +212,6 @@ msgstr ""
|
||||||
msgid "Right click"
|
msgid "Right click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Toggle fill/stroke"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Center click"
|
msgid "Center click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
2
prefs.js
2
prefs.js
|
|
@ -50,7 +50,7 @@ var INTERNAL_KEYBINDINGS = {
|
||||||
'select-rectangle-shape': "Select rectangle",
|
'select-rectangle-shape': "Select rectangle",
|
||||||
'select-text-shape': "Select text",
|
'select-text-shape': "Select text",
|
||||||
'select-none-shape': "Unselect shape (free drawing)",
|
'select-none-shape': "Unselect shape (free drawing)",
|
||||||
'toggle-fill': "Select fill/stroke",
|
'toggle-fill': "Toggle fill/stroke",
|
||||||
'-separator-2': '',
|
'-separator-2': '',
|
||||||
'increment-line-width': "Increment line width",
|
'increment-line-width': "Increment line width",
|
||||||
'decrement-line-width': "Decrement line width",
|
'decrement-line-width': "Decrement line width",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue