Fix trasnlate trial_balance.js

This commit is contained in:
Bárbara Perretti 2013-09-30 19:04:16 -03:00
parent c52cbef184
commit e99c558152

View File

@ -17,8 +17,8 @@ wn.pages['trial-balance'].onload = function(wrapper) {
// period closing entry checkbox
this.wrapper.bind("make", function() {
$('<div style="margin: 10px 0px; "\
class="with_period_closing_entry"><input type="checkbox" checked="checked">\
With period closing entry</div>')
class="with_period_closing_entry"><input type="checkbox" checked="checked">' +
wn._("With period closing entry") + '</div>')
.appendTo(me.wrapper)
.find("input").click(function() { me.refresh(); });
});