diff --git a/ext/view/theme.php b/ext/view/theme.php
index 15069318..48ca7bc0 100644
--- a/ext/view/theme.php
+++ b/ext/view/theme.php
@@ -14,7 +14,7 @@ class ViewImageTheme extends Themelet {
public function display_admin_block(Page $page, $parts) {
if(count($parts) > 0) {
- $page->add_block(new Block("Image Admin", join("
", $parts), "left", 50));
+ $page->add_block(new Block("Image Controls", join("
", $parts), "left", 50));
}
}