diff --git a/sites/all/modules/field_group/field_group.module b/sites/all/modules/field_group/field_group.module
index 3254e51..0007436 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' => ''),
       ),
@@ -275,7 +275,7 @@
         'instance_settings' => array('description' => '', 'classes' => '', 'required_fields' => 1),
       ),
       'multipage-group' => array(
-        'label' => ('Multipage group'),
+        'label' => t('Multipage group'),
         'description' => t('This fieldgroup renders groups on separate pages.'),
         'instance_settings' => array('classes' => '', 'page_header' => 3, 'move_additional' => 1, 'page_counter' => 1, 'move_button' => 0),
       ),
