board: fix a string typo

It had been haunting our development process for years, making our teeth
turn green and our cow's milk turn sour.

bzr revid: p_christ@hol.gr-20101127201437-4y0xj8hamt7blk9j
This commit is contained in:
P. Christeas 2010-11-27 22:14:37 +02:00
parent bffc248796
commit 6aa18c41c7
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class board_note_type(osv.osv):
Board note Type
"""
_name = 'board.note.type'
_description = "NOte Type"
_description = "Note Type"
_columns = {
'name': fields.char('Note Type', size=64, required=True),