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:
@@ -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"));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user