diff --git a/contrib/tag_history/theme.php b/contrib/tag_history/theme.php
index df6e0639..2ee3fd65 100644
--- a/contrib/tag_history/theme.php
+++ b/contrib/tag_history/theme.php
@@ -98,7 +98,7 @@ class Tag_HistoryTheme extends Themelet {
}
public function display_history_link(Page $page, /*int*/ $image_id) {
- $link = 'Tag History';
+ $link = 'Tag History';
$page->add_block(new Block(null, $link, "main", 5));
}