# HG changeset patch
# User Florent Aide <florent.aide@gmail.com>
# Date 1433258927 -7200
#      Tue Jun 02 17:28:47 2015 +0200
# Node ID 24a71db8c2652ac8562b55144018d423f6972774
# Parent  01eb28c78397c1f779cf964292eded576a8f58ec
Changed field description to be more precise

diff --git a/model/auth_saml.py b/model/auth_saml.py
--- a/model/auth_saml.py
+++ b/model/auth_saml.py
@@ -52,7 +52,7 @@
         'sp_pkey': fields.text(
             'Private key of our service provider (this openerpserver)'
         ),
-        'enabled': fields.boolean('Allowed'),
+        'enabled': fields.boolean('Enabled'),
         'css_class': fields.char('CSS class'),
         'body': fields.char(
             'Body',