Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-opw-578575-port-mma into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-578575-port-mma/+merge/135090

Hello,

  Translation are missing for string,
 
 "Before executing the anonymization process, you should make a backup of your 
database."

  code is forward port from 6.1

Thanks,
Mayur

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-578575-port-mma/+merge/135090
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-opw-578575-port-mma.
=== modified file 'anonymization/anonymization.py'
--- anonymization/anonymization.py	2012-10-23 07:23:17 +0000
+++ anonymization/anonymization.py	2012-11-20 09:25:12 +0000
@@ -297,7 +297,7 @@
         res['name'] = '.pickle'
         res['summary'] = self._get_summary_value(cr, uid, context)
         res['state'] = self._get_state_value(cr, uid, context)
-        res['msg'] = """Before executing the anonymization process, you should make a backup of your database."""
+        res['msg'] = _("""Before executing the anonymization process, you should make a backup of your database.""")
 
         return res
 

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to