[FIX] missing translation mark

bzr revid: xmo@openerp.com-20120117153232-7232xrscs016o150
This commit is contained in:
Xavier Morel 2012-01-17 16:32:32 +01:00
parent 8da5428006
commit 48d63ff9c6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ openerp.web.form.DashBoard = openerp.web.form.Widget.extend({
this.do_save_dashboard();
},
on_close_action: function(e) {
if (confirm("Are you sure you want to remove this item ?")) {
if (confirm(_t("Are you sure you want to remove this item ?"))) {
$(e.currentTarget).parents('.oe-dashboard-action:first').remove();
this.do_save_dashboard();
}