[IMP] Sequence : Legend improved to help user understand the usage of %(year)s

lp bug: https://launchpad.net/bugs/504720 fixed

bzr revid: jvo@tinyerp.com-20100109100622-btmply4vmy5edv6b
This commit is contained in:
Jay (Open ERP) 2010-01-09 15:36:22 +05:30
parent ce7224063c
commit 78574879c3
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@
<separator colspan="4" string="Legend (for prefix, suffix)"/>
<group col="8" colspan="4">
<group>
<label colspan="4" string="Year with century: %%(year)s"/>
<label colspan="4" string="Year without century: %%(y)s"/>
<label colspan="4" string="Current Year with Century: %%(year)s"/>
<label colspan="4" string="Current Year without Century: %%(y)s"/>
<label colspan="4" string="Month: %%(month)s"/>
<label colspan="4" string="Day: %%(day)s"/>
</group>