1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 13:15:45 +01:00

Move some more message strings to the properties file.

This commit is contained in:
Doug Kearns
2011-03-06 19:16:54 +11:00
parent fed14b1b3f
commit 83385f9d0b
3 changed files with 14 additions and 7 deletions

View File

@@ -803,7 +803,7 @@ var Options = Module("options", {
let name = names[0];
if (name in this._optionMap) {
this.dactyl.log("Warning: " + name.quote() + " already exists: replacing existing option.", 1);
this.dactyl.log(_("option.replaceExisting", name.quote()), 1);
this.remove(name);
}