aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/configuration.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-17 20:27:46 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-17 20:27:46 +0000
commitd125d527fa4c0384f3478419e6db985f767923d9 (patch)
tree02c8741506a84a315a398a2061226e4254545e32 /admin/themes/default/template/configuration.tpl
parent8ccd3a203d407f549cd8697a5fa66181e90d9871 (diff)
feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/configuration.tpl')
-rw-r--r--admin/themes/default/template/configuration.tpl4
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>