diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-27 13:30:22 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-27 13:30:22 -0700 |
commit | 7771d0cf83154772bcb47d3273220285cfb47f54 (patch) | |
tree | 54f8c502967d400e53a318f8732be9d1e30dcb90 | |
parent | e586389f6573d4b4b817990064b61276d068b766 (diff) | |
parent | b7803e99c1ec931b95619f65ce8bdc6f899ff975 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r-- | modules/info/views/info_block.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index f86ae39d..762e989b 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -12,7 +12,7 @@ <? endif ?> <? if ($item->id != 1): ?> <li> - <strong class="caption"><?= t("Folder name:") ?></strong> + <strong class="caption"><?= $theme->page_type == 'album' ? t("Folder name:"): t("File name:"); ?></strong> <?= p::clean($item->name) ?> </li> <? endif ?> |