mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 21:15:47 +01:00
Move some more message strings to the properties file.
--HG-- extra : rebase_source : a889c395e2c67d6352d51ee04a77ac870f4da972
This commit is contained in:
@@ -778,8 +778,7 @@ config.INIT = update(Object.create(config.INIT), config.INIT, {
|
||||
this.timeout(function () {
|
||||
if (this.branch && this.branch !== "default" &&
|
||||
modules.yes_i_know_i_should_not_report_errors_in_these_branches_thanks.indexOf(this.branch) === -1)
|
||||
dactyl.warn("You are running " + config.appName + " from a testing branch: " + this.branch + ". " +
|
||||
"Please do not report errors which do not also occur in the default branch.");
|
||||
dactyl.warn(_("warn.notDefaultBranch", config.appName, this.branch));
|
||||
}, 1000);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -440,7 +440,6 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Returns an object representing a Node's computed CSS style.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user