Fix translate setup/doctype/company/company.js
diff --git a/setup/doctype/company/company.js b/setup/doctype/company/company.js
index 2f1d662..217cf86 100644
--- a/setup/doctype/company/company.js
+++ b/setup/doctype/company/company.js
@@ -31,7 +31,7 @@
 
 cur_frm.cscript.abbr = function(doc){
   if(doc.abbr && cur_frm.cscript.has_special_chars(doc.abbr)){   
-    msgprint("<font color=red>"wn._("Special Characters ")+"<b>! @ # $ % ^ * + = - [ ] ' ; , / { } | : < > ?</b>" +
+    msgprint("<font color=red>"+wn._("Special Characters ")+"<b>! @ # $ % ^ * + = - [ ] ' ; , / { } | : < > ?</b>" +
     	wn._("are not allowed for")+ "</font>\nAbbr <b>" + doc.abbr +"</b>")        
     doc.abbr = '';
     refresh_field('abbr');