commit | 339129b21be69633f18ac778eac27f6990d3a9d2 | [log] [tgz] |
---|---|---|
author | Bárbara Perretti <bags_per@hotmail.com> | Mon Oct 07 17:54:05 2013 -0300 |
committer | Bárbara Perretti <bags_per@hotmail.com> | Mon Oct 07 17:54:05 2013 -0300 |
tree | e17849050cb14cb751da65a7828e0a5c0da0c04e | |
parent | f99085055df48dee578dd4da712df1cd6d3ca80a [diff] |
Fix translate feature_setup.js
diff --git a/public/js/feature_setup.js b/public/js/feature_setup.js index 96dea90..0abb495 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(wn._('Grid "')+fort+wn._('" does not exists')); + msgprint(wn._('Grid "')+fort+wn._('"does not exists')); } } }