diff --git a/themes/material/view.theme.php b/themes/material/view.theme.php index f81b56e0..f82ababc 100644 --- a/themes/material/view.theme.php +++ b/themes/material/view.theme.php @@ -16,7 +16,7 @@ class CustomViewImageTheme extends ViewImageTheme public function display_admin_block(Page $page, $parts) { if (count($parts) > 0) { - $page->add_block(new Block("Image Controls", join("
", $parts), "drawer", 50)); + $page->add_block(new Block("Post Controls", join("
", $parts), "drawer", 50)); } } @@ -41,7 +41,7 @@ class CustomViewImageTheme extends ViewImageTheme global $user; if (count($editor_parts) == 0) { - return ($image->is_locked() ? "
[Image Locked]" : ""); + return ($image->is_locked() ? "
[Post Locked]" : ""); } $html = make_form(make_link("post/set"))."