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