mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 02:27:58 +01:00
Fix "style.none" message value.
This commit is contained in:
@@ -141,7 +141,7 @@ save.invalidDestination-1 = Invalid destination: %S
|
|||||||
|
|
||||||
status.link-1 = Link: %S
|
status.link-1 = Link: %S
|
||||||
|
|
||||||
style.none = No mapping found
|
style.none = No style found
|
||||||
|
|
||||||
time.total = Total time: %S
|
time.total = Total time: %S
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Components.utils.import("resource://dactyl/bootstrap.jsm");
|
|||||||
defineModule("styles", {
|
defineModule("styles", {
|
||||||
exports: ["Style", "Styles", "styles"],
|
exports: ["Style", "Styles", "styles"],
|
||||||
require: ["services", "util"],
|
require: ["services", "util"],
|
||||||
use: ["contexts", "template"]
|
use: ["contexts", "messages", "template"]
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
function cssUri(css) "chrome-data:text/css," + encodeURI(css);
|
function cssUri(css) "chrome-data:text/css," + encodeURI(css);
|
||||||
|
|||||||
Reference in New Issue
Block a user