1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 08:34:12 +01:00

More ad hoc i18n work.

This commit is contained in:
Doug Kearns
2011-03-21 17:33:51 +11:00
parent be367b9ca1
commit 9ae921773d
5 changed files with 20 additions and 10 deletions

View File

@@ -1231,7 +1231,7 @@ var Hints = Module("hints", {
validator: function (value) {
let values = events.fromString(value).map(events.closure.toString);
return Option.validIf(array.uniq(values).length === values.length,
"Duplicate keys not allowed");
_("option.hintkeys.duplicate"));
}
});