summaryrefslogtreecommitdiff
path: root/common/content/browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/browser.js')
-rw-r--r--common/content/browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/browser.js b/common/content/browser.js
index 534ba143..746b46ec 100644
--- a/common/content/browser.js
+++ b/common/content/browser.js
@@ -81,7 +81,7 @@ var Browser = Module("browser", XPCOM(Ci.nsISupportsWeakReference, ModuleBase),
else {
// code which should happen for all (also background) newly loaded tabs goes here:
if (doc != config.browser.contentDocument)
- dactyl.echomsg({ domains: [util.getHost(doc.location)], message: "Background tab loaded: " + (doc.title || doc.location.href) }, 3);
+ dactyl.echomsg({ domains: [util.getHost(doc.location)], message: _("buffer.backgroundLoaded", (doc.title || doc.location.href)) }, 3);
this._triggerLoadAutocmd("PageLoad", doc);
}