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