diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-19 19:50:02 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-19 19:50:02 +0000 |
commit | 7907d31a9c757ea8224ad6ecde5deb434806ebbc (patch) | |
tree | 975a1cfdb54079d22f3003100f63dfc7f77767f9 /admin/themes/default/template/picture_modify.tpl | |
parent | c206a73dd21bd16e8666396455b42936a6551992 (diff) |
feature 1616: rename "category" into "album" (second commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index 4681c922b..09496f757 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -74,13 +74,13 @@ {/if} <tr> - <td><strong>{'Storage category'|@translate}</strong></td> + <td><strong>{'Storage album'|@translate}</strong></td> <td>{$STORAGE_CATEGORY}</td> </tr> {if isset($related_categories) } <tr> - <td><strong>{'Linked categories'|@translate}</strong></td> + <td><strong>{'Linked albums'|@translate}</strong></td> <td> <ul> {foreach from=$related_categories item=name} |