Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Oct 2010 at 14:13 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David_Rothstein commentedI got a patch committed a little while ago that fixed a bunch of these, but must have missed this one. I think it's a straight up grammatical bug (albeit minor), so it can be fixed in D7.
However, I think the reason I missed it is.... it is never displayed anywhere? As far as I know, default local tasks don't have any reason to have a description (they inherit things from their parent), and certainly many others in core do not have them. So maybe we can just remove it, as in the attached? If so, it won't even count as a patch that affects the string freeze :)
Comment #2
mlncn commentedHa! Very good point! I can't find any way it or other local task descriptions could be displayed, and i checked through taxonomy and comment module among others and cannot find any local tasks, default or non, that have a description.
Drupal can now be one less line of code and one less headscratcher shorter!
Comment #3
mlncn commented(What perhaps should be revisited for Drupal 8 is displaying MENU_LOCAL_TASK descriptions as tool tips - HTML titles - on the menu tab link— i cannot find any issue discussing this, but it would make sense.)
Comment #4
dries commentedCommitted to CVS HEAD. Thanks.