Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user interface text
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
19 Jul 2005 at 19:20 UTC
Updated:
5 Apr 2010 at 12:00 UTC
Jump to comment: Most recent file
Here's another patch with changes similar to those found on http://drupal.org/node/27062
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | user_help.patch | 4.47 KB | Steve Dondley |
| user_21.patch | 3.84 KB | Steve Dondley |
Comments
Comment #1
robin monks commentedPatch won't apply to HEAD. Please re-roll.
Robin
I ♥ Bugz
Comment #2
Steve Dondley commentedI will gladly reroll it if I can get some kind of guarantee that someone will look at it in a prompt manner. I don't like spinning my wheels. I've rerolled other patches only to have them ignored, too.
Comment #3
LAsan commentedSteve Dondley : Any news on this?
I guess it doesn't apply to current version.
Fell free to close the topic.
Comment #4
Steve Dondley commentedI'll try this one more time.
Comment #5
Steve Dondley commentedComment #6
keith.smith commented+1 to removing the HTML from the strings, though, in the interest of full disclosure, on some other issues there have been complaints about this removing context for translators. We did a bunch of it prior to the D6 release though, so IMHO, this is a good thing.
These seem to be the same line, and the first one does not appear to be being deleted, so I'm not sure what's up with this. It would be nice to fix language in this string like "will not be allowed to be created or to log in" to just "may not be created or log in"
You know, I've just never liked this "ordinary" user business. All my users are special. (That's what I keep telling myself.)
There are some minor code style issues here with spacing around concatenation operators. Also, "Users given more than one role and will enjoy the combined permissions" has an extra "and" in it.
Wrap this in " to avoid escaping the apostrophe.
I also think we should wrap things like "Anonymous user" and "Authenticated user" in ems, if we are referring to text that occurs exactly like that elsewhere in the interface.
Comment #7
casey commentedAll help texts are improved for D7. Also those for user.module.
Feel free to reopen if you still think the help texts are insufficient.