Patch:

--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -330,7 +330,7 @@ function profile_view_profile(&$user) {
 }
 
 function _profile_form_explanation($field) {
-  $output = $field->explanation;
+  $output = t($field->explanation);
 
   if ($field->type == 'list') {

Related:
#851558: missing translation in profile.page.inc -> profile_browse()

CommentFileSizeAuthor
#1 profile.module-2088585.patch396 byteskenorb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kenorb’s picture

Status: Active » Needs review
FileSize
396 bytes
areke’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Thanks for the patch!
I believe this patch applies as it should, and since it's a trivial fix, I'm changing the status even though I'm the only person who has reviewed it.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 1: profile.module-2088585.patch, failed testing.

Status: Needs work » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.