[FIX] account: fixed an untranslated term

bzr revid: qdp-launchpad@tinyerp.com-20101025152333-bl8btjwqne2qagfh
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-10-25 17:23:33 +02:00
parent 8ce6226a06
commit 4aaa3a4354
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class account_installer(osv.osv_memory):
#create the bank journal
vals_journal = {}
vals_journal = {
'name': vals_bnk['name'] + ' Journal',
'name': vals_bnk['name'] + _(' Journal'),
'code': _(vals_bnk['name'][:3]).upper(),
'sequence_id': seq_id,
'type': 'cash',