From 1add56ddbf6ba08a50b45c784455e7e7f3bb90fe Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Wed, 10 Jun 2009 11:38:25 +0000
Subject: [PATCH] change Payroll Service to Service

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27489 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/PaySheetModelLine.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/PropertySheet/PaySheetModelLine.py b/product/ERP5/PropertySheet/PaySheetModelLine.py
index becaecb57a..1942a0be3b 100644
--- a/product/ERP5/PropertySheet/PaySheetModelLine.py
+++ b/product/ERP5/PropertySheet/PaySheetModelLine.py
@@ -40,7 +40,7 @@ class PaySheetModelLine:
       'mode'        : 'w',
     },
     { 'id'          : 'source_annotation_line_reference',
-      'description' : 'The Payroll Service Provider will be the one defined in'
+      'description' : 'The Service Provider will be the one defined in'
                       ' the Annotation Line with this reference.',
       'type'        : 'string',
       'mode'        : 'w',
-- 
2.30.9