Ignore:
Timestamp:
Jan 17, 2011, 9:27:46 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r8711 r8723  
    161161    <li>
    162162      <label>
    163         <span class="property">{'Allow users to edit theirs owns comments'|@translate}</span>
     163        <span class="property">{'Allow users to edit their own comments'|@translate}</span>
    164164        <input type="checkbox" name="user_can_edit_comment" {if ($comments.user_can_edit_comment)}checked="checked"{/if}>
    165165      </label>
     
    167167    <li>
    168168      <label>
    169         <span class="property">{'Allow users to delete theirs owns comments'|@translate}</span>
     169        <span class="property">{'Allow users to delete their own comments'|@translate}</span>
    170170        <input type="checkbox" name="user_can_delete_comment" {if ($comments.user_can_delete_comment)}checked="checked"{/if}>
    171171      </label>
Note: See TracChangeset for help on using the changeset viewer.