Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jul 2010 at 14:15 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David_Rothstein commentedMaybe just "... all content belonging to it" for most of these?
Comment #2
robloachIn summary, we're changing the following text when a user account is being deleted:
I think it's a reasonable change and gives a bit more context to the text.
".. all content belonging to it" might work too, but it would be nice if we could use her/him to give some respect as it kind of sounds weird in some cases.
Comment #3
David_Rothstein commentedCrosspost. We shouldn't repeat the word "account" - @ksenzee agrees.
Comment #4
robloachUsability team to the rescue?
Comment #5
cbrookins commentedI don't think repeating the word account is a problem - it makes it crystal clear. However could replace 'the account' with 'it's'
* Disable the account and keep all content. ---> Disable the account and it's content.
* Disable the account and unpublish all content. ---> Disable the account and unpublish it's content.
* Delete the account and make all content belong to the %anonymous-name user. ---> Delete the account and make it's content belong to the %anonymous-name user.
* Delete the account and all content. ---> Delete the account and it's content.
Comment #6
David_Rothstein commentedAdding the "string freeze" tag.
Comment #7
joachim commented#5 looks good, but obviously should be 'its' and not 'it's' ;)
Comment #8
sunYeah, let's just squeeze an "its" into all options. Sufficiently resolves this issue.
Comment #9
joachim commentedHere's a patch with 'its'. Like Monty Python ;)
Comment #10
David_Rothstein commentedPatch looks good - looks like a no-brainer to me.
I think we can maybe still squeeze this in as a bugfix. If not, marking it RTBC is the way for someone to tell us that :)
Comment #11
webchickI think this is sufficiently unclear that we can classify as a bugfix.
Committed to HEAD. Thanks!