diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-21 20:19:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-21 20:19:41 +0000 |
commit | b472955f7d994ad66f62a39b8e1dbb541ac17a4f (patch) | |
tree | 181fb183a5db684dcdb01c7f2e1ec33561898268 /admin/themes/default/template/cat_move.tpl | |
parent | 33f504da183388b8a3568928e5946892649a1907 (diff) |
feature 1616: rename "category" into "album" (3rd commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/cat_move.tpl')
-rw-r--r-- | admin/themes/default/template/cat_move.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/cat_move.tpl b/admin/themes/default/template/cat_move.tpl index 9f9d2732d..b42a71b2b 100644 --- a/admin/themes/default/template/cat_move.tpl +++ b/admin/themes/default/template/cat_move.tpl @@ -7,10 +7,10 @@ <form method="post" action="{$F_ACTION}" class="filter" id="catMove"> <fieldset> - <legend>{'Virtual categories movement'|@translate}</legend> + <legend>{'Move albums'|@translate}</legend> <label> - {'Virtual categories to move'|@translate} + {'Virtual albums to move'|@translate} <select class="categoryList" name="selection[]" multiple="multiple"> {html_options options=$category_to_move_options} |