[FIX] website_sale: typo in help string.
authorWill Stott <willstott101@gmail.com>
Tue, 4 Nov 2014 10:16:14 +0000 (10:16 +0000)
committerXavier Morel <xmo@openerp.com>
Tue, 4 Nov 2014 12:57:52 +0000 (13:57 +0100)
addons/website_sale/models/product.py

index 1ce85d5..2f58ca2 100644 (file)
@@ -82,7 +82,7 @@ class product_public_category(osv.osv):
         # In this case, the default image is set by the js code.
         # NOTE2: image: all image fields are base64 encoded and PIL-supported
         'image': fields.binary("Image",
-            help="This field holds the image used as image for the cateogry, limited to 1024x1024px."),
+            help="This field holds the image used as image for the category, limited to 1024x1024px."),
         'image_medium': fields.function(_get_image, fnct_inv=_set_image,
             string="Medium-sized image", type="binary", multi="_get_image",
             store={