Fix translate feature_setup.js

This commit is contained in:
Bárbara Perretti 2013-10-07 17:54:05 -03:00
parent f99085055d
commit 339129b21b

View File

@ -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'));
}
}
}