diff --git a/sites/all/modules/field_group/field_group.module b/sites/all/modules/field_group/field_group.module
index 6dc27cd..d1b3962 100755
--- a/sites/all/modules/field_group/field_group.module
+++ b/sites/all/modules/field_group/field_group.module
@@ -263,7 +263,7 @@
         'default_formatter' => 'closed',
       ),
       'htabs' => array(
-        'label' => ('Horizontal tabs group'),
+        'label' => t('Horizontal tabs group'),
         'description' => t('This fieldgroup renders child groups in its own horizontal tabs wrapper.'),
         'instance_settings' => array('classes' => ''),
       ),
@@ -280,7 +280,7 @@
         'instance_settings' => array('classes' => '', 'page_header' => 3, 'move_additional' => 1, 'page_counter' => 1, 'move_button' => 0),
       ),
       'multipage' => array(
-        'label' => ('Multipage'),
+        'label' => t('Multipage'),
         'format_types' => array('start', 'no-start'),
         'description' => t('This fieldgroup renders the content in a page.'),
         'default_formatter' => 'no-start',
@@ -327,7 +327,7 @@
         'default_formatter' => 'closed',
       ),
       'htabs' => array(
-        'label' => ('Horizontal tabs group'),
+        'label' => t('Horizontal tabs group'),
         'description' => t('This fieldgroup renders child groups in its own horizontal tabs wrapper.'),
         'instance_settings' => array('classes' => ''),
       ),
