mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 02:23:33 +02:00
Localized hint prompts.
This commit is contained in:
@@ -1112,7 +1112,8 @@ var Hints = Module("hints", {
|
|||||||
return -1;
|
return -1;
|
||||||
},
|
},
|
||||||
|
|
||||||
Mode: Struct("name", "prompt", "action", "tags", "filter")
|
Mode: Struct("HintMode", "name", "prompt", "action", "tags", "filter")
|
||||||
|
.localize("prompt")
|
||||||
}, {
|
}, {
|
||||||
modes: function () {
|
modes: function () {
|
||||||
modes.addMode("HINTS", {
|
modes.addMode("HINTS", {
|
||||||
|
|||||||
Reference in New Issue
Block a user