more renaming of trust level settings

This commit is contained in:
Jeff Atwood
2014-09-04 13:32:00 -07:00
parent 7466af9786
commit fad0394a40
4 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ module ::PollPlugin
@post.errors.add(:poll_options, I18n.t('poll.cannot_add_or_remove_options'))
end
else
# Regular user, tell them to contact a moderator.
# not staff, tell them to contact one.
@post.errors.add(:poll_options, I18n.t('poll.cannot_have_modified_options'))
end
end