summaryrefslogtreecommitdiff
path: root/common/content/hints.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-03-21 17:33:51 +1100
committerDoug Kearns <dougkearns@gmail.com>2011-03-21 17:33:51 +1100
commit9ae921773d44cca123f1d4afc2522993a615659f (patch)
treee0affaf7e0a87f648bf3c75fee0d6c3273d7b000 /common/content/hints.js
parentbe367b9ca19a791fc4f00d2bb5b11cb29921d504 (diff)
downloadpentadactyl-9ae921773d44cca123f1d4afc2522993a615659f.tar.gz
More ad hoc i18n work.
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"));
}
});