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, ...).
');
}
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | patch_133.txt | 1.02 KB | webernet |
| #1 | patch_132.txt | 1.01 KB | webernet |
Comments
Comment #1
webernet commentedIt 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...".
Comment #2
webernet commentedHere's even better wording: "...fill in as part of their user profile..."
Comment #3
webchickLooks good to me!
Comment #4
dries commentedCommitted to CVS HEAD.
Comment #5
drummCommitted to 5.x
Comment #6
(not verified) commented