From 4e2faa97f9e80edad54ab016529bf1784c4d9f0a Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 26 Oct 2020 10:23:49 -0500 Subject: [PATCH] Image to Post - source history --- ext/source_history/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/source_history/theme.php b/ext/source_history/theme.php index 052655aa..649eda76 100644 --- a/ext/source_history/theme.php +++ b/ext/source_history/theme.php @@ -19,7 +19,7 @@ class SourceHistoryTheme extends Themelet { $history_html = $this->history_list($history, true); - $page->set_title('Image '.$image_id.' Source History'); + $page->set_title('Post '.$image_id.' Source History'); $page->set_heading('Source History: '.$image_id); $page->add_block(new NavBlock()); $page->add_block(new Block("Source History", $history_html, "main", 10));