diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 0dce634fc..e241f220f 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -160,13 +160,13 @@ <li> <label> - <span class="property">{'Allow users to edit theirs owns comments'|@translate}</span> + <span class="property">{'Allow users to edit their own comments'|@translate}</span> <input type="checkbox" name="user_can_edit_comment" {if ($comments.user_can_edit_comment)}checked="checked"{/if}> </label> </li> <li> <label> - <span class="property">{'Allow users to delete theirs owns comments'|@translate}</span> + <span class="property">{'Allow users to delete their own comments'|@translate}</span> <input type="checkbox" name="user_can_delete_comment" {if ($comments.user_can_delete_comment)}checked="checked"{/if}> </label> </li> |