[FIX] Typo

bzr revid: stephane@tinyerp.com-20081212005557-u8e9u6ai78maeyh4
This commit is contained in:
Stephane Wirtel 2008-12-12 01:55:57 +01:00
parent 4c29b48db7
commit 0cc9056f9b
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class delivery_grid(osv.osv):
ok = True
break
if not ok:
raise osv.except_osv(_('No price avaible !'), _('No line matched this order in the choosed delivery grids !'))
raise osv.except_osv(_('No price available !'), _('No line matched this order in the choosed delivery grids !'))
return price