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