Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user interface text
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Dec 2007 at 00:52 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
keith.smith commentedTo quote Gábor from http://lists.drupal.org/pipermail/development/2007-December/027977.html: "RC1 is string freeze, so whatever needs modifications in the strings is generally postponed to Drupal 7."
Comment #2
keith.smith commented(changing status)
Comment #3
Bevan commentedplz tag for 'newbie (subscribing)
Comment #4
brunodboIt seems the help text under the 'Description' field is gone now in D7. I don't know if the text is meant to make it back in, I believe it would be useful to explain where this text is going to be displayed.
Anyway, here's a stab at it (the 'Description' field help text on /admin/content/types/add):
"A brief description of this content type. Like the content type's name, this text will be displayed as part of the list on the add new content page."
Comment #5
brunodboAttached patch adds the help text mentioned above.
Comment #6
Bevan commentedComment #7
keith.smith commentedHow about something a bit more active:
"A brief description of this content type. Along with the content type's name, this text is displayed on the add new content page."
Comment #8
lisarex commentedI would make it even more active: "Describe this content type. It will be displayed on the Add new content page."
Comment #9
Bevan commentedThe patch looks good, simple and clean. It passed simpletests. The change seems obvious; "Why didn't we do this already!?".
One possible improvement is to make the
<em>Add new content</em>text into a link tonode/add/$node_type. Though this also inroduces the issue of taking the user away from the form and losing their unsaved changes. That is a larger problem in Drupal that needs addressing separately.Debating whether or not to make it a link or not shouldn't delay the simple text addition in this patch, so RTBC.
Comment #10
webchickHm. That's a good point, Bevan, but I think this will do for now.
Committed to HEAD. Thanks!