Skip to content
Snippets Groups Projects
Commit 0375b10e authored by Prasad's avatar Prasad
Browse files

Translation change to eliminate confusion with Activity Type in Field vs Widget

parent fc42b0a4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ $languageStrings = array(
'LBL_EVENT_INFORMATION' => 'Event Details' ,
'Subject' => 'Subject' ,
'Start Date & Time' => 'Start Date & Time' ,
'Activity Type' => 'Activity Type' ,
'Activity Type' => 'Event Type' ,
'Send Notification' => 'Send Notification' ,
'Location' => 'Location' ,
'End Date & Time' => 'End Date & Time' ,
......
......@@ -25,7 +25,7 @@ $languageStrings = array(
'Location' => 'Location' ,
'Send Reminder' => 'Send Email Reminder Before' ,
'End Date & Time' => 'End Date & Time' ,
'Activity Type' => 'Activity Type' ,
'Activity Type' => 'Event Type' ,
'Visibility' => 'Visibility' ,
'Private' => 'Private' ,
'Public' => 'Public' ,
......
......@@ -8,7 +8,7 @@
* All Rights Reserved.
* *********************************************************************************** */
$languageStrings = array(
'Activity Type' => 'Activity Type',
'Activity Type' => 'Event Type', /* Event field */
'Call' => 'Call',
'Completed' => 'Completed',
'Daily' => 'Day(s)',
......
......@@ -11,7 +11,7 @@
/* NOTE: Should be inline with Calendar language translation but few variations */
$languageStrings = array(
'Activity Type'=>'Activity Type',
'Activity Type'=>'Event Type', /* Events Field */
'Busy' => 'Busy',
'Call' => 'Call',
'Daily'=>'Day(s)',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment