summaryrefslogtreecommitdiff
path: root/common/content/hints.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/hints.js')
-rw-r--r--common/content/hints.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/hints.js b/common/content/hints.js
index 53582cf9..079cdadf 100644
--- a/common/content/hints.js
+++ b/common/content/hints.js
@@ -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"));
}
});