diff --git a/picture.module b/picture.module
index fba3d9f..13ba965 100644
--- a/picture.module
+++ b/picture.module
@@ -1119,13 +1119,12 @@ function _picture_filter_prepare_image($image) {
   return $image_render_array;
 
 }
+
 /**
- * Implements picture filter tips callback.
+ * Implements callback_filter_tips().
  */
 function _picture_filter_tips($filter, $format, $long = FALSE) {
-  $tips = 'Images with a data-picture-group attribute will be responsive, with a file size appropriate for the browser width.';
-
-  return $tips;
+  return t('Images with a data-picture-group attribute will be responsive, with a file size appropriate for the browser width.');
 }
 
 /**
