typo
authorAmit Patel (OpenERP) <apa@tinyerp.com>
Fri, 8 Jun 2012 06:03:39 +0000 (11:33 +0530)
committerAmit Patel (OpenERP) <apa@tinyerp.com>
Fri, 8 Jun 2012 06:03:39 +0000 (11:33 +0530)
bzr revid: apa@tinyerp.com-20120608060339-ejdgft31hjxbhs4b

addons/analytic/analytic.py

index 3e8eb80..19a42c1 100644 (file)
@@ -237,13 +237,13 @@ class account_analytic_account(osv.osv):
             curr_node = node[0]
             if context.get('default_type') == 'contract':
                 curr_node.set('string', 'Contract/Project Name')
-                curr_node.set('placeholder', 'Contract or Project name')
+                curr_node.set('placeholder', 'Contract or Project Name')
             elif context.get('default_type') == 'template':
                 curr_node.set('string', 'Template Name')
-                curr_node.set('placeholder', 'Template name')
+                curr_node.set('placeholder', 'Template Name')
             else:
                 curr_node.set('string', 'Account Name')
-                curr_node.set('placeholder', 'Account name')
+                curr_node.set('placeholder', 'Account Name')
         res['arch'] = etree.tostring(doc)
         return res