Closed (fixed)
Project:
Drupal core
Version:
4.6.0
Component:
blog.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2005 at 19:42 UTC
Updated:
12 Oct 2005 at 13:00 UTC
When you click "create content", you get two lists of available content types, a summary list in the menu block and a list with explanations of each type in the body.
For the blog module, the menu block lists "blog entry" and the list in the body says "personal blog entry". This discrepancy is confusing, especially because it changes the alphabetization of the list, so the two lists do not match up.
For example, if you have the blog, page, and story modules enabled, the menu block reads:
blog entry
page
story
and the body with the longer explanations reads:
page
personal blog entry
story
The fix for this is trivial: change "personal blog entry" to "blog entry", as in the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| geary-2005-09-07.blog.module.patch | 256 bytes | Geary |
Comments
Comment #1
Geary commented(forgot to mark status: patch)
Comment #2
jo1ene commented+1
Consistentcy is important. And it's one less word in the code. Hooray for code reduction!
Comment #3
dries commentedCommitted.
Comment #4
(not verified) commented