Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user interface text
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Oct 2014 at 15:24 UTC
Updated:
14 Mar 2015 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
unsettlingtrendI agree. I don't like that there is no way to get rid of this outside of custom code/template/etc. (at least not that I can find/think of.)
Comment #2
joachim commentedTagging.
Marked #2395817: Node title field UI description shouldn't say 'node' as a duplicate.
Comment #3
swentel commentedThis is indeed kind of silly. Removed it in the node form as the description is also used as the comment for the schema.
Comment #4
joachim commentedI think we're losing something if we remove the description entirely. Users may assume they *can* use HTML tags!
Comment #5
pameeela commentedIf they did they'd quickly figure out it doesn't work! I'm fully in favour of removing this. I think it's confusing for all non-technical users.
Was this added as a response to a usability issue? If not then I think it should go.
Comment #6
cafuego commentedI agree it's a horrible sentence, but if it is to be removed, it should probably go from these files, instead of being unset in the form:
Comment #7
pameeela commentedIn doing some digging this description goes way back to at least Drupal 6, but it was intended as API helper text and definitely was not written with end users in mind. See https://www.drupal.org/node/146862
This seems like even more reason to drop it, since it wasn't even added intentionally.
Comment #8
cafuego commentedThis patch removes the string from the Forum yaml and Node entity definition, where it would have been displayed to users.
It changes the text to "The node title" in the system api and forum schema hooks, where they end up as comments on the forum_index and node database tables.
Comment #9
jibranThanks for the patch @cafuego and thanks for the detective work @pameeela
Comment #10
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed a20bad7 and pushed to 8.0.x. Thanks!