1
0
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:
Kris Maglione
2011-03-07 18:56:48 -05:00
parent 50818caeea
commit 274091eb79

View File

@@ -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", {