mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-19 13:25:36 -04:00
Make the info block display 'File name', instead of 'Folder name' when showing a photo. Fixes #631
This commit is contained in:
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user