bug fixed: add "Allow rating" language key to make a difference between

Admin>Photos>Rating and Admin>Configuration>Options>Rating

git-svn-id: http://piwigo.org/svn/trunk@5453 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-03-29 18:50:08 +00:00
commit 3b80fbe3fa
3 changed files with 3 additions and 1 deletions

View file

@ -48,7 +48,7 @@
<li>
<label>
<span class="property">{'Rating'|@translate}</span>
<span class="property">{'Allow rating'|@translate}</span>
<input type="checkbox" name="rate" {if ($main.rate)}checked="checked"{/if}>
</label>
</li>