Posted by lisarex on October 25, 2009 at 11:21pm
7 followers
Issue Summary
Clarification of UI text on the author display settings at admin/structure/types/manage/[content type]
Clarification of UI text on the author display settings at admin/structure/types/manage/[content type]
Comments
#1
See attached before and after screenshots, and patch.
#2
#3
#4
Perhaps just chaning the label? Can anyone provide feedback on how dynamic it is?
#5
This is an improvement, yet, when the display isn't selected it doesn't make sense.
This is when you have de-selected the option and saved the configuration and returned to this:
Suggested improvement:
Instead to read "If selected, author username and publish date will be displayed."
#6
+++ modules/node/content_types.inc 21 Nov 2009 13:41:22 -0000@@ -205,9 +205,9 @@
- '#title' => t('Display post information'),
+ '#title' => t('Display post author information'),
To me, 'post author information' sounds a little funny -- the word 'post' feels redundant in its/the context. How about 'Display authoring information' or just 'Display author and date information'? The latter is the most accurate, I guess.
#7
This is with dries suggestion for language.
#8
Yes this patch looks good to me! See attached for 'after' screenshot.
#9
Apparently my initial suggestions were not on the mark...
Bojhan: nearlythere: We want to avoid (if selected) kind of things
Bojhan: nearlythere: boolean language, should not live in the interface.
Bojhan: nearlythere: .... in general we try to avoid boolean language.
So this is lisarex's original change + dries's suggestion.
#10
Looks good.
#11
Committed to HEAD! Thanks!
#12
Automatically closed -- issue fixed for 2 weeks with no activity.