[FIX] en_US typos - opw 606933
authorAnael Closson <acl@openerp.com>
Tue, 22 Apr 2014 07:38:26 +0000 (09:38 +0200)
committerAnael Closson <acl@openerp.com>
Tue, 22 Apr 2014 07:38:26 +0000 (09:38 +0200)
bzr revid: acl@openerp.com-20140422073826-0w9ne38ub8nh7p4v

addons/stock/wizard/stock_location_product.py

index 59d9916..0c0f58f 100644 (file)
@@ -28,8 +28,8 @@ class stock_location_product(osv.osv_memory):
     _columns = {
         'from_date': fields.datetime('From'), 
         'to_date': fields.datetime('To'),
-        'type': fields.selection([('inventory','Analyse Current Inventory'),
-            ('period','Analyse a Period')], 'Analyse Type', required=True), 
+        'type': fields.selection([('inventory','Analyze current inventory'),
+            ('period','Analyze period')], 'Analysis Type', required=True), 
     }
 
     def action_open_window(self, cr, uid, ids, context=None):