diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-01-24 18:14:28 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-24 18:14:28 -0500 |
commit | 03535786307c60f0f79ce4f773c9c1a8e43826ed (patch) | |
tree | 5ef1329cfaea5ab43dd9d28cb8aa48c0a34e1eed /modules/info/helpers | |
parent | 86a2759062ee3dbf93f4c17c7499e3f506035047 (diff) | |
parent | 98d09c3740f1c19e477a71bdb44791306d7bd05b (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/info/helpers')
-rw-r--r-- | modules/info/helpers/info_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php index 4079fe55..62aa0746 100644 --- a/modules/info/helpers/info_block.php +++ b/modules/info/helpers/info_block.php @@ -29,7 +29,7 @@ class info_block_Core { if ($theme->item()) { $block = new Block(); $block->css_id = "g-metadata"; - $block->title = $theme->item()->is_album() ? t("Album info") : + $block->title = $theme->item()->is_album() ? t("Album info") : ($theme->item()->is_movie() ? t("Movie info") : t("Photo info")); $block->content = new View("info_block.html"); if ($theme->item->title && module::get_var("info", "show_title")) { |