Change in language
authorNicol <vingle@users.noreply.github.com>
Mon, 12 Oct 2020 14:42:23 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 14:42:23 +0000 (16:42 +0200)
Change in language to be more accurate, in relation to this issue: https://lab.civicrm.org/dev/user-interface/-/issues/21#note_48976.

CRM/Event/Form/ManageEvent/EventInfo.php

index a820295fa16355f73fa38f54f346ae7c480cd389..4a16a37fb46020a940dc55d047f83495b47b0efc 100644 (file)
@@ -156,7 +156,7 @@ class CRM_Event_Form_ManageEvent_EventInfo extends CRM_Event_Form_ManageEvent {
     $this->add('textarea', 'summary', ts('Event Summary'), $attributes['summary']);
     $this->add('wysiwyg', 'description', ts('Complete Description'), $attributes['event_description'] + ['preset' => 'civievent']);
     $this->addElement('checkbox', 'is_public', ts('Public Event'));
-    $this->addElement('checkbox', 'is_share', ts('Allow sharing through social media?'));
+    $this->addElement('checkbox', 'is_share', ts('Add footer region with Twitter, Facebook and LinkedIn share buttons and scripts?'));
     $this->addElement('checkbox', 'is_map', ts('Include Map to Event Location'));
 
     $this->add('datepicker', 'start_date', ts('Start'), [], !$this->_isTemplate, ['time' => TRUE]);