commit e11911356490b10baba3883b4849a91163cec428 parent 2ba1f60862652015fb35be2fd03d7ae3a3fd65cf Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 10 Mar 2011 23:56:24 +0000 "natively"->"internally" Diffstat:
| M | chrome/content/zotero/xpcom/mime.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/mime.js b/chrome/content/zotero/xpcom/mime.js @@ -367,7 +367,7 @@ Zotero.MIME = new function(){ } } - Zotero.debug('MIME type ' + mimeType + ' cannot be handled natively'); + Zotero.debug('MIME type ' + mimeType + ' cannot be handled internally'); return false; }