[IMP] translation imp.

bzr revid: qdp-launchpad@tinyerp.com-20101213135637-hmrbna0oqq90o512
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-12-13 14:56:37 +01:00
parent 8e59d73e71
commit 1fc2747a54
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ class account_move_line(osv.osv):
if 'comment' in context and context['comment']:
libelle = context['comment']
else:
libelle = 'Write-Off'
libelle = _('Write-Off')
writeoff_lines = [
(0, 0, {
'name': libelle,