diff --git a/modules/notes/class-notes-module.php b/modules/notes/class-notes-module.php index bd020b4..79f0e7b 100644 --- a/modules/notes/class-notes-module.php +++ b/modules/notes/class-notes-module.php @@ -43,7 +43,19 @@ public function register() { 'notebook', array( $this->id, 'todo' ), array( - 'label' => 'Notebook', + 'labels' => array( + 'name' => 'Notebooks', + 'singular_name' => 'Notebook', + 'search_items' => 'Search Notebooks', + 'all_items' => 'All Notebooks', + 'parent_item' => 'Parent Notebook', + 'parent_item_colon' => 'Parent Notebook:', + 'edit_item' => 'Edit Notebook', + 'update_item' => 'Update Notebook', + 'add_new_item' => 'Add New Notebook', + 'new_item_name' => 'New Notebook Name', + 'menu_name' => 'Notebook', + ), 'public' => false, 'hierarchical' => true, 'show_ui' => true,