Fix translator names in error message
This commit is contained in:
parent
4ea43afb51
commit
90b0c3b8e6
1 changed files with 3 additions and 3 deletions
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue