aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2011-08-31 14:04:08 +0000
committerflop25 <flop25@piwigo.org>2011-08-31 14:04:08 +0000
commita867fe1e853cb299547f1a856bafc3780cd3615b (patch)
tree5aefc9add01a0c4f9da4d2eeeeacb5b1b7376bd6
parentdbf1ba470817ce1bd69c033b50fe0aee0f45f52c (diff)
feature:2418
correcting the key for using an existing translation git-svn-id: http://piwigo.org/svn/trunk@12018 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/template/cat_perm.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_perm.tpl b/admin/themes/default/template/cat_perm.tpl
index 33ff39884..2ad7d20c0 100644
--- a/admin/themes/default/template/cat_perm.tpl
+++ b/admin/themes/default/template/cat_perm.tpl
@@ -25,7 +25,7 @@
<li><label><input type="checkbox" name="grant_groups[]" value="{$id}"> {$all_groups[$id]}</label></li>
{/foreach}
</ul>
- <label><input type="checkbox" name="apply_on_sub">{'Apply to sub-album'|@translate}</label>
+ <label><input type="checkbox" name="apply_on_sub">{'Apply to sub-albums'|@translate}</label>
<input class="submit" type="submit" name="grant_groups_submit" value="{'Grant selected groups'|@translate}">
</fieldset>