From bf4017ee91e559e767d1ab05fa71091d606e8d97 Mon Sep 17 00:00:00 2001 From: Dan Cruson Date: Fri, 26 Sep 2014 15:03:48 -0400 Subject: [PATCH] CRM-15310 Add ability to translate the Event Description --- templates/CRM/Event/Form/ManageEvent/EventInfo.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl index 7649579e6a..4101935f6a 100644 --- a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl +++ b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl @@ -75,7 +75,7 @@ {$form.summary.html} - {$form.description.label} + {$form.description.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='description' id=$eventID}{/if} {$form.description.html} {if !$isTemplate} -- 2.25.1