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