mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 08:05:46 +01:00
Move some more message strings to the properties file.
This commit is contained in:
@@ -59,7 +59,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
do {
|
||||
addon = (JSMLoader.bootstrap || {}).addon;
|
||||
if (addon && !addon.getResourceURI) {
|
||||
util.reportError(Error("Don't have add-on yet"));
|
||||
util.reportError(Error(_("addon.unavailable")));
|
||||
yield 10;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user