The help text says: "List and edit site comments and the comment moderation queue.". The menu point says "Approval queue". This is confusing, so we need to change either both to "approval queue" or "moderation queue".
I suggest using "moderation queue" because it just sounds more senseful to me.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 201490-9.patch | 4.14 KB | keith.smith |
| #6 | comment_approval_queue_before.png | 30.36 KB | keith.smith |
| #6 | comment_approval_queue_after.png | 30.53 KB | keith.smith |
| #6 | 201490.patch | 4.43 KB | keith.smith |
| #4 | approval-queue.patch | 1.98 KB | lilou |
Comments
Comment #1
blakehall commentedLooks like this is fixed in CVS now.
Marking closed, but feel free to re-open if I'm wrong.
Comment #2
Bevan commentedUsing
grep 'Approval' * -riandgrep 'Moderation' * -riThere were far more occurrences of 'approval', especially in code. Additionally I think 'Approval' makes more sense here than 'Moderation', given the context that most people use this feature. I found three occurrences of 'Moderation' in comment module. two of them are fixed in this patch. One is not fixed because it makes sense in it's place.The three occurrences, using
grep 'moderation' modules/comment -ri;Goes into d7 due to lang string freeze.
Comment #3
Bevan commentedthis would be a good one for newbie to do
Comment #4
lilou commentedReroll.
Comment #5
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #6
keith.smith commentedRestart on this one. The attached patch does change "moderation" to "approval". More importantly, it seeks to correct the instructions at the top of /admin/content/comment/approval, since the existing text is incorrect.
Comment module tests still pass.
Edit: forgot to attach the patch.
Comment #7
catchNo longer applies.
Comment #8
keith.smith commentedAnd, looking at the screenshots from my earlier patch, I misspelled "individually".
Comment #9
keith.smith commentedRerolled patch and fixed the spelling error.
Plus, this is a bug. The current help text is incorrect.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks!