[imp] added translation

bzr revid: nicolas.vanhoren@openerp.com-20110908164250-1iynaj4an78cb1or
This commit is contained in:
niv-openerp 2011-09-08 18:42:50 +02:00
parent 4f61602090
commit 629d515677
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ openerp.web.FormView = openerp.web.View.extend( /** @lends openerp.web.FormView#
if (this.sidebar) {
this.sidebar.attachments.do_update();
}
this.notification.notify("Record created", "The record has been created with id #" + this.datarecord.id);
this.notification.notify(_t("Record created"), "The record has been created with id #" + this.datarecord.id);
if (success) {
success(_.extend(r, {created: true}));
}