[IMP] improve the string in accounting_check_writing

bzr revid: rma@tinyerp.com-20121219071436-hfp09dntl89ap72d
This commit is contained in:
Randhir Mayatra (OpenERP) 2012-12-19 12:44:36 +05:30
parent 27d1bc564a
commit c5dbfd5531
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class res_company(osv.osv):
('top', 'Check on Top'),
('middle', 'Check in middle'),
('bottom', 'Check on bottom'),
],"Choose Check layout",
],"Check Layout",
help="Check on top is compatible with Quicken, QuickBooks and Microsoft Money. Check in middle is compatible with Peachtree, ACCPAC and DacEasy. Check on bottom is compatible with Peachtree, ACCPAC and DacEasy only" ),
}