diff --git a/ds.module b/ds.module
index 2842414..8fdbc00 100644
--- a/ds.module
+++ b/ds.module
@@ -633,7 +633,7 @@ function ds_field_attach_view_alter(&$build, $context) {
     // Title label.
     if ($key == 'title' && $entity_type == 'node') {
       $node_type = node_type_get_type($entity);
-      $field['title'] = function_exists('i18n_node_translate_type') ? i18n_node_translate_type($node_type->type, 'title_label') : $node_type->title_label;
+      $field['title'] = function_exists('i18n_node_translate_type') ? i18n_node_translate_type($node_type->type, 'title_label', $node_type->title_label) : $node_type->title_label;
     }
 
     if (!empty($field_value) || (string) $field_value === '0') {
