[IMP] Improved the name of wizard Instead of Add XXX set Create a XXX

bzr revid: cod@tinyerp.com-20131218050716-8zsx7a2k3fme9w0f
This commit is contained in:
Chirag Dodiya (OpenERP) 2013-12-18 10:37:16 +05:30
parent 01aa340650
commit 9ca1c1394c
1 changed files with 1 additions and 1 deletions

View File

@ -3166,7 +3166,7 @@ instance.web.form.M2ODialog = instance.web.Dialog.extend({
template: "M2ODialog",
init: function(parent) {
this._super(parent, {
title: _.str.sprintf(_t("Add %s"), parent.string),
title: _.str.sprintf(_t("Create a %s"), parent.string),
width: 312,
});
},