diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-28 02:49:45 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-28 02:49:45 +0000 |
commit | c55e0eb538d8b1a8558bbe0d782d517fad55c7f4 (patch) | |
tree | 5f697b6fc1d16cc574b9be2e25bb385d76c44cb3 /themes/default/template/comments.tpl | |
parent | 20d1dd214ebd03fe8b42af736393f76084a0d7a9 (diff) |
feature 1616: rename "category" into "album" (update template)
git-svn-id: http://piwigo.org/svn/trunk@7028 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/comments.tpl b/themes/default/template/comments.tpl index 9616d27a9..69afca2ee 100644 --- a/themes/default/template/comments.tpl +++ b/themes/default/template/comments.tpl @@ -17,7 +17,7 @@ <label>{'Author'|@translate}<input type="text" name="author" value="{$F_AUTHOR}"></label> <label> - {'Category'|@translate} + {'Album'|@translate} <select name="cat"> <option value="0">------------</option> {html_options options=$categories selected=$categories_selected} |