Mod log: remove final public 'ham' usage

This commit is contained in:
Chad Birch
2013-07-24 14:12:33 -06:00
committed by Max Goodman
parent 337b5979b9
commit 38ae79be7e

View File

@@ -115,7 +115,7 @@ class ModAction(tdb_cassandra.UuidThing, Printable):
_details_text = {# approve comment/link
'unspam': _('unspam'),
'confirm_ham': _('confirmed ham'),
'confirm_ham': _('approved'),
# remove comment/link
'confirm_spam': _('confirmed spam'),
'remove': _('removed not spam'),