X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FACL%2FDAO%2FEntityRole.php;h=af7071f8a3777072e67abfa890f69e8a59866970;hb=215b423e0a601cd30e6af5290eaa398dcee690b9;hp=9b3ecdd26c487ad82c69bc58bce5ad636344879f;hpb=8c00bf7a03f3dbe78d2d43d1fecde6a76ffe9ad9;p=civicrm-core.git diff --git a/CRM/ACL/DAO/EntityRole.php b/CRM/ACL/DAO/EntityRole.php index 9b3ecdd26c..af7071f8a3 100644 --- a/CRM/ACL/DAO/EntityRole.php +++ b/CRM/ACL/DAO/EntityRole.php @@ -98,7 +98,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Entity Role'), - 'description' => 'Unique table ID', + 'description' => ts('Unique table ID'), 'required' => TRUE, 'table_name' => 'civicrm_acl_entity_role', 'entity' => 'EntityRole', @@ -109,7 +109,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'name' => 'acl_role_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('ACL Role ID'), - 'description' => 'Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)', + 'description' => ts('Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)'), 'required' => TRUE, 'table_name' => 'civicrm_acl_entity_role', 'entity' => 'EntityRole', @@ -120,7 +120,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'name' => 'entity_table', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Entity Table'), - 'description' => 'Table of the object joined to the ACL Role (Contact or Group)', + 'description' => ts('Table of the object joined to the ACL Role (Contact or Group)'), 'required' => TRUE, 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, @@ -133,7 +133,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'name' => 'entity_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('ACL Entity ID'), - 'description' => 'ID of the group/contact object being joined', + 'description' => ts('ID of the group/contact object being joined'), 'required' => TRUE, 'table_name' => 'civicrm_acl_entity_role', 'entity' => 'EntityRole', @@ -144,7 +144,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO { 'name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('ACL Entity Role is Active'), - 'description' => 'Is this property active?', + 'description' => ts('Is this property active?'), 'table_name' => 'civicrm_acl_entity_role', 'entity' => 'EntityRole', 'bao' => 'CRM_ACL_BAO_EntityRole',