diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-27 14:47:42 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-27 14:47:42 -0700 |
| commit | 752594f87a8d10e02b2212745f84f7e6e3cfcdae (patch) | |
| tree | 666c92882e07ecd282d85821d7035d0f04fe98cd /modules/info/views | |
| parent | 940edac81c854227d1a25f482cb38c96b6937bb2 (diff) | |
| parent | 75c098204f44538b79932f852469ae9d4338074c (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/info/views')
| -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 ?> |
