www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 90b0c3b8e6ba46664e106d22519a710a4405707a
parent 4ea43afb517ec75aad9ebeb668ae215be12eb437
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 22 Aug 2011 23:35:10 +0000

Fix translator names in error message


Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -320,9 +320,9 @@ Zotero.Translate.Sandbox = { sandbox.exports.Zotero = sandbox.Zotero; sandbox = sandbox.exports; } else { - translate._debug("COMPAT WARNING: "+translate.translator[0].label+" does "+ - "not export any properties. Only detect"+translate._entryFunctionSuffix+ - " and do"+translate._entryFunctionSuffix+" will be available in "+ + translate._debug("COMPAT WARNING: "+translation.translator[0].label+" does "+ + "not export any properties. Only detect"+translation._entryFunctionSuffix+ + " and do"+translation._entryFunctionSuffix+" will be available in "+ "connectors."); }