1
0

use album title instead of album name

This commit is contained in:
Bharat Mediratta 2010-09-29 21:04:15 -07:00
parent e3f36d838f
commit 9814dcf698

View File

@ -4,7 +4,7 @@
<?= access::csrf_form_field() ?> <?= access::csrf_form_field() ?>
<fieldset> <fieldset>
<legend> <legend>
<?= t("Add captions for photos in <b>%album_name</b>", array("album_name" => $album->name)) ?> <?= t("Add captions for photos in <b>%album_title</b>", array("album_title" => $album->title)) ?>
</legend> </legend>
<? foreach ($album->viewable()->children() as $child): ?> <? foreach ($album->viewable()->children() as $child): ?>