typo
authorAmit Patel (OpenERP) <apa@tinyerp.com>
Tue, 31 Jul 2012 13:18:25 +0000 (18:48 +0530)
committerAmit Patel (OpenERP) <apa@tinyerp.com>
Tue, 31 Jul 2012 13:18:25 +0000 (18:48 +0530)
bzr revid: apa@tinyerp.com-20120731131825-2y9v4hhvn81jsugr

addons/hr_timesheet_sheet/res_config.py

index 0334ced..a27edcd 100644 (file)
@@ -27,7 +27,7 @@ class hr_timesheet_settings(osv.osv_memory):
     _columns = {
         'timesheet_range': fields.selection([('day','Day'),('week','Week'),('month','Month')],
             'Validate timesheets every', help="Periodicity on which you validate your timesheets."),
-        'timesheet_max_difference': fields.float('allow a difference of time between timesheets and attendances of (Hours)',
+        'timesheet_max_difference': fields.float('allow a difference of time between timesheets and attendances of (in hours)',
             help="""Allowed difference in hours between the sign in/out and the timesheet
                 computation for one sheet. Set this to 0 if you do not want any control."""),
     }