commit | f99085055df48dee578dd4da712df1cd6d3ca80a | [log] [tgz] |
---|---|---|
author | Bárbara Perretti <bags_per@hotmail.com> | Mon Oct 07 17:32:29 2013 -0300 |
committer | Bárbara Perretti <bags_per@hotmail.com> | Mon Oct 07 17:32:29 2013 -0300 |
tree | 733c984ead3e333bf65a20e096ecf93a4bb3e6de | |
parent | 97408254a2243586ba3feb90eab80b2a7eb91a45 [diff] |
Fix translate feature_setup.js
diff --git a/public/js/feature_setup.js b/public/js/feature_setup.js index 31f81be..96dea90 100644 --- a/public/js/feature_setup.js +++ b/public/js/feature_setup.js
@@ -198,7 +198,7 @@ } else if(cur_frm.fields_dict[fort]) { cur_frm.fields_dict[fort].grid.set_column_disp(pscript.feature_dict[sys_feat][cur_frm.doc.doctype][fort], false); } else { - msgprint('Grid "'+fort+'" does not exists'); + msgprint(wn._('Grid "')+fort+wn._('" does not exists')); } } }