[TYPO] in website_partner
authorRichard Mathot <rim@openerp.com>
Thu, 10 Jul 2014 18:28:21 +0000 (20:28 +0200)
committerRichard Mathot <rim@openerp.com>
Thu, 10 Jul 2014 18:28:21 +0000 (20:28 +0200)
addons/website_partner/models/res_partner.py

index aa9a7cc..57bb2ed 100644 (file)
@@ -14,7 +14,7 @@ class WebsiteResPartner(osv.Model):
             'Website Partner Full Description'
         ),
         'website_short_description': fields.text(
-            'Website artner Short Description'
+            'Website Partner Short Description'
         ),
     }
     _defaults = {