diff --git a/languages/en_gb/Calendar.php b/languages/en_gb/Calendar.php
index f15875aaef06039689091c3eeba78858ec386d37..ed731fbceff2789b95d9c2a7cd0fc9c1010883a4 100644
--- a/languages/en_gb/Calendar.php
+++ b/languages/en_gb/Calendar.php
@@ -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'             , 
diff --git a/languages/en_gb/Events.php b/languages/en_gb/Events.php
index 5e59aff5550c66d051853fa7b3e880d4d3b2988c..c59bdcdc77f31d4dd233c44344031baefeebf552 100644
--- a/languages/en_gb/Events.php
+++ b/languages/en_gb/Events.php
@@ -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'                      , 
diff --git a/languages/en_us/Calendar.php b/languages/en_us/Calendar.php
index 6ab769b6e1f4b0768fb4233ec62dfd6039bc35a6..d01ddc5204a9da9a4dbdb6c133a7fe018c416a6b 100644
--- a/languages/en_us/Calendar.php
+++ b/languages/en_us/Calendar.php
@@ -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)',
diff --git a/languages/en_us/Events.php b/languages/en_us/Events.php
index 78d843f9933bf8450e706af8fe69748ab39f9c45..67286bec6b54ca6f47873d51d350c993eaefe6e7 100644
--- a/languages/en_us/Events.php
+++ b/languages/en_us/Events.php
@@ -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)',