Skip to content

Commit

Permalink
Update class-pixel-tooltips-run.php
Browse files Browse the repository at this point in the history
  • Loading branch information
greos committed Jun 2, 2022
1 parent e4d01c7 commit 4ff4bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/includes/classes/class-pixel-tooltips-run.php
Expand Up @@ -173,9 +173,9 @@ public function add_custom_post_type()
{

$labels = array(
'name' => _x('Pixel Tooltips', 'Post type general name', 'pixel-tooltips'),
'name' => _x('Glossary', 'Post type general name', 'pixel-tooltips'),
'singular_name' => _x('Tooltip', 'Post type singular name', 'pixel-tooltips'),
'menu_name' => _x('Pixel Tooltips', 'Admin Menu text', 'pixel-tooltips'),
'menu_name' => _x('Glossary', 'Admin Menu text', 'pixel-tooltips'),
'name_admin_bar' => _x('Tooltip', 'Add New on Toolbar', 'pixel-tooltips'),
'add_new' => __('Add New', 'pixel-tooltips'),
'add_new_item' => __('Add New Tooltip', 'pixel-tooltips'),
Expand Down

0 comments on commit 4ff4bfd

Please sign in to comment.