Merge pull request #12978 from mattwire/datepicker_manageevent_search
[civicrm-core.git] / CRM / Friend / DAO / Friend.php
index 0fefde6aa9a3a71531a3e9ef4ccade02d4d452e4..a4ce0ae147b35de91de5be0f0ac269e38d442a8e 100644 (file)
@@ -129,7 +129,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Friend ID'),
-          'description' => 'Friend ID',
+          'description' => ts('Friend ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_tell_friend',
           'entity' => 'Friend',
@@ -140,7 +140,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'Name of table where item being referenced is stored.',
+          'description' => ts('Name of table where item being referenced is stored.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -153,7 +153,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'Foreign key to the referenced item.',
+          'description' => ts('Foreign key to the referenced item.'),
           'required' => TRUE,
           'table_name' => 'civicrm_tell_friend',
           'entity' => 'Friend',
@@ -178,7 +178,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'intro',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Intro'),
-          'description' => 'Introductory message to contributor or participant displayed on the Tell a Friend form.',
+          'description' => ts('Introductory message to contributor or participant displayed on the Tell a Friend form.'),
           'table_name' => 'civicrm_tell_friend',
           'entity' => 'Friend',
           'bao' => 'CRM_Friend_BAO_Friend',
@@ -191,7 +191,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'suggested_message',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Suggested Message'),
-          'description' => 'Suggested message to friends, provided as default on the Tell A Friend form.',
+          'description' => ts('Suggested message to friends, provided as default on the Tell A Friend form.'),
           'table_name' => 'civicrm_tell_friend',
           'entity' => 'Friend',
           'bao' => 'CRM_Friend_BAO_Friend',
@@ -204,7 +204,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'general_link',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('General Link'),
-          'description' => 'URL for general info about the organization - included in the email sent to friends.',
+          'description' => ts('URL for general info about the organization - included in the email sent to friends.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -224,7 +224,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'thankyou_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Thank You Title'),
-          'description' => 'Text for Tell a Friend thank you page header and HTML title.',
+          'description' => ts('Text for Tell a Friend thank you page header and HTML title.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_tell_friend',
@@ -239,7 +239,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'thankyou_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Thank You Text'),
-          'description' => 'Thank you message displayed on success page.',
+          'description' => ts('Thank you message displayed on success page.'),
           'table_name' => 'civicrm_tell_friend',
           'entity' => 'Friend',
           'bao' => 'CRM_Friend_BAO_Friend',