Fix translator names in error message

This commit is contained in:
Simon Kornblith 2011-08-22 23:35:10 +00:00
parent 4ea43afb51
commit 90b0c3b8e6

View file

@ -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.");
}