I know this is petty but here it is anyway. Duplicated word is "in"

case 'admin/user/profile':
return t('

Here you can define custom fields that users can fill in in their user profile (such as country, real name, age, ...).

');
}

should be

case 'admin/user/profile':
return t('

Here you can define custom fields that users can fill in their user profile (such as country, real name, age, ...).

');
}

CommentFileSizeAuthor
#2 patch_133.txt1.02 KBwebernet
#1 patch_132.txt1.01 KBwebernet

Comments

webernet’s picture

Status: Active » Needs review
StatusFileSize
new1.01 KB

It appears that the double "in" is intentional - "Fill in" "in their profile". This does look strange tough. The attached patch changes the string to "...users can complete in their user profile...".

webernet’s picture

StatusFileSize
new1.02 KB

Here's even better wording: "...fill in as part of their user profile..."

webchick’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me!

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD.

drumm’s picture

Committed to 5.x

Anonymous’s picture

Status: Fixed » Closed (fixed)