[fix] installer titles broken in gtk client due to broken handling of whitespaces

bzr revid: xmo@tinyerp.com-20100122114007-0a5s6qyjsqo2mpsc
This commit is contained in:
Xavier Morel 2010-01-22 12:40:07 +01:00
parent e4a76df9a8
commit 8d3a1aa9de
8 changed files with 24 additions and 24 deletions

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
Accounting Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">Accounting Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Accounting System" colspan="4"/>

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
Base Setup Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">Base Setup Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Install Modules" colspan="4"/>

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
Human Resources Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">Human Resources Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Human Resources" colspan="4"/>

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
Knowledge Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">Knowledge Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Knowledge Management System"

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
Tools Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">Tools Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Select Tools To Install" colspan="4"/>

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
MRP Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">MRP Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Manufacturing" colspan="4"/>

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
Project Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">Project Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Project Management"

View File

@ -7,9 +7,9 @@
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml">
<data>
<form position="attributes"><attribute name="string">
Report Modules Installation
</attribute></form>
<form position="attributes">
<attribute name="string">Report Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Select Reporting Tools To Install" colspan="4"/>