From a137e8cf0320ac22996ca9f7cb58690e3f1e5062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1rbara=20Perretti?= Date: Fri, 18 Oct 2013 14:25:29 -0300 Subject: [PATCH] Fix translate setup/doctype/company/company.js --- setup/doctype/company/company.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/doctype/company/company.js b/setup/doctype/company/company.js index 2f1d6624f4..217cf86567 100644 --- a/setup/doctype/company/company.js +++ b/setup/doctype/company/company.js @@ -31,7 +31,7 @@ cur_frm.cscript.company_name = function(doc){ cur_frm.cscript.abbr = function(doc){ if(doc.abbr && cur_frm.cscript.has_special_chars(doc.abbr)){ - msgprint(""wn._("Special Characters ")+"! @ # $ % ^ * + = - [ ] ' ; , / { } | : < > ?" + + msgprint(""+wn._("Special Characters ")+"! @ # $ % ^ * + = - [ ] ' ; , / { } | : < > ?" + wn._("are not allowed for")+ "\nAbbr " + doc.abbr +"") doc.abbr = ''; refresh_field('abbr');