Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2015 at 17:09 UTC
Updated:
25 Aug 2015 at 17:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chx commentedComment #3
dawehnerAre you sure about the short verbs?
core/modules/system/system.links.task.ymlfor example doesn't have any of them
Comment #4
chx commented> Are you sure about the short verbs?
Yes, I stole this from the D7 documentation...
Comment #5
dawehnerWell, is this then necessary the right thing?
Comment #6
chx commentedgrep title: core/modules/*/*.links.task.yml|cut -d: -f 3|sed "s/'//g"|while read line; do echo -n "$line" | wc -c ;done|sort -n |uniq -cThe 43 4 length titles are mostly View/List/Edit. 6 length or less is more than half. 9 or less is 80%.
Comment #7
dawehnerWell, right, but the name is not the title, right?
Comment #8
chx commentedAAAAA! I guess the D7 docs are wrong too then? Thanks for being so patient with me. I didn't realize the problem is in name vs title.
Comment #9
jhodgdonLooks good... possibly a bit of grammar/punctuation would help:
- comma before "though"
- title of these tasks => titles of these tasks
Comment #10
chx commentedComment #11
chx commentedComment #12
jhodgdonoops. trailing space here.
Rest looks good! So fixed on commit.