board: fix a string typo
authorP. Christeas <p_christ@hol.gr>
Tue, 16 Nov 2010 14:52:21 +0000 (16:52 +0200)
committerP. Christeas <p_christ@hol.gr>
Tue, 16 Nov 2010 14:52:21 +0000 (16:52 +0200)
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-20101116145221-a9hw49ssn2rhpu24

addons/board/board.py

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