X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/700b6dec7e4d655fee91e26f9757442162047281..89dc943636b014596c9fe19395e2ebe9eb5fb433:/forum/settings/accept.py diff --git a/forum/settings/accept.py b/forum/settings/accept.py index 4212366..aa29e09 100644 --- a/forum/settings/accept.py +++ b/forum/settings/accept.py @@ -6,7 +6,7 @@ ACCEPT_SET = SettingSet('accept', _('Accepting answers'), _("Settings to tweak t DISABLE_ACCEPTING_FEATURE = Setting('DISABLE_ACCEPTING_FEATURE', False, ACCEPT_SET, dict( label = _("Disallow answers to be accepted"), -help_text = _("Disable accepting answers feature. If you reenable it in the future, currently accepted answers will still be marked as accepted."), +help_text = _("Disable accepting answers feature. If you re-enable it in the future, currently accepted answers will still be marked as accepted."), required=False)) MAXIMUM_ACCEPTED_ANSWERS = Setting('MAXIMUM_ACCEPTED_ANSWERS', 1, ACCEPT_SET, dict( @@ -19,7 +19,7 @@ help_text = _("If more than one accpeted answer is allowed, how many can be acce USERS_CAN_ACCEPT_OWN = Setting('USERS_CAN_ACCEPT_OWN', False, ACCEPT_SET, dict( label = _("Users an accept own answer"), -help_text = _("Are normal users allowed to accept theyr own answers.."), +help_text = _("Are normal users allowed to accept their own answers.."), required=False))