[FIX] Change the note for the configuration wizard
authorStephane Wirtel <stephane@tinyerp.com>
Mon, 26 Jan 2009 09:35:36 +0000 (10:35 +0100)
committerStephane Wirtel <stephane@tinyerp.com>
Mon, 26 Jan 2009 09:35:36 +0000 (10:35 +0100)
lp bug: https://launchpad.net/bugs/320765 fixed

bzr revid: stephane@tinyerp.com-20090126093536-2yjzi1y2ce5whicx

addons/document/document_view.xml

index dc9553e..6ae89fd 100644 (file)
 
         <record model="ir.actions.todo" id="config_auto_directory">
             <field name="name">Auto Configure Directory</field>
-            <field name="note">This wizard will be configure directory for ressource model.</field>
+            <field name="note">This wizard will configure the URL of the server of the document management system.</field>
             <field name="action_id" ref="action_config_auto_directory"/>
         </record>