1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 16:14:12 +01:00

Miscellaneous localization fixes.

This commit is contained in:
Doug Kearns
2011-03-15 20:30:10 +11:00
parent fc410045b4
commit cf0b41a4db
2 changed files with 7 additions and 8 deletions

View File

@@ -556,7 +556,7 @@ var Styles = Module("Styles", {
styles.list(window.content, filter, args["-name"], args.explicitOpts["-group"] ? [args["-group"]] : null);
else {
util.assert(args["-group"].modifiable && args["-group"].hive.modifiable,
_("command.style.cantChangeBuiltin"));
_("group.cantChangeBuiltin", _("style.styles")));
if (args["-append"]) {
let sheet = args["-group"].get(args["-name"]);