Duplicate wording

ctmattice1 - June 8, 2007 - 14:05
Project:Drupal
Version:6.x-dev
Component:profile.module
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

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, ...).

');
}

#1

webernet - June 8, 2007 - 15:40
Status:active» needs review

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...".

AttachmentSizeStatusTest resultOperations
patch_132.txt1.01 KBIgnoredNoneNone

#2

webernet - June 8, 2007 - 15:49

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

AttachmentSizeStatusTest resultOperations
patch_133.txt1.02 KBIgnoredNoneNone

#3

webchick - June 8, 2007 - 15:51
Status:needs review» reviewed & tested by the community

Looks good to me!

#4

Dries - June 9, 2007 - 07:25
Status:reviewed & tested by the community» fixed

Committed to CVS HEAD.

#5

drumm - June 14, 2007 - 05:59

Committed to 5.x

#6

Anonymous - June 28, 2007 - 06:15
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.