Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user interface text
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2007 at 17:51 UTC
Updated:
28 Jan 2009 at 21:50 UTC
Jump to comment: Most recent file
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!