From 79c43988b43eadd224b51163d44289f657169618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1rbara=20Perretti?= Date: Mon, 7 Oct 2013 18:56:56 -0300 Subject: [PATCH] Fix translate feature_setup.js --- public/js/feature_setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/feature_setup.js b/public/js/feature_setup.js index 0abb495994..96dea90ead 100644 --- a/public/js/feature_setup.js +++ b/public/js/feature_setup.js @@ -198,7 +198,7 @@ $(document).bind('form_refresh', function() { } 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')); } } }