Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/6.1-opw-580005-msh into lp:openerp-web/6.1.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-580005-msh/+merge/127971

Hello,

Fixed button label missing in warning dialog of change password, click on 
change password button without filling any field, it will raise warning but 
button label in that warning dialog is missing.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-580005-msh/+merge/127971
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/6.1-opw-580005-msh.
=== modified file 'addons/web/static/src/js/chrome.js'
--- addons/web/static/src/js/chrome.js	2012-07-05 10:27:24 +0000
+++ addons/web/static/src/js/chrome.js	2012-10-04 09:54:23 +0000
@@ -804,7 +804,7 @@
             modal: true,
             title: error.title,
             buttons: [
-                {text: _("Ok"), click: function() { $(this).dialog("close"); }}
+                {text: _t("Ok"), click: function() { $(this).dialog("close"); }}
             ]
         }).html(error.error);
     },

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to