[IMP] hr.config.settings: small fix in view
authorRaphael Collet <rco@openerp.com>
Wed, 18 Apr 2012 08:47:42 +0000 (10:47 +0200)
committerRaphael Collet <rco@openerp.com>
Wed, 18 Apr 2012 08:47:42 +0000 (10:47 +0200)
bzr revid: rco@openerp.com-20120418084742-ruboxpqeggpzu2sh

addons/hr/res_config_view.xml

index 3377ad2..a347837 100644 (file)
@@ -42,7 +42,7 @@
         </record>
 
         <record id="action_human_resources_configuration" model="ir.actions.act_window">
-            <field name="name">Configure Human Resources Application</field>
+            <field name="name">Configure Human Resources</field>
             <field name="res_model">hr.config.settings</field>
             <field name="view_id" ref="view_human_resources_configuration"/>
             <field name="view_mode">form</field>