Plugin Directory

Changeset 3469625


Ignore:
Timestamp:
02/25/2026 04:48:54 PM (5 weeks ago)
Author:
dharmilkumar
Message:

fixed: typo

Location:
hook-injector
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • hook-injector/tags/1.0.0/includes/Core/Plugin.php

    r3469560 r3469625  
    4747            'name'               => _x( 'Injections', 'post type general name', 'hook-injector' ),
    4848            'singular_name'      => _x( 'Injection', 'post type singular name', 'hook-injector' ),
    49             'menu_name'          => _x( 'Hook Injectorr', 'admin menu', 'hook-injector' ),
     49            'menu_name'          => _x( 'Hook Injector', 'admin menu', 'hook-injector' ),
    5050            'name_admin_bar'     => _x( 'Injection', 'add new on admin bar', 'hook-injector' ),
    5151            'add_new'            => _x( 'Add New', 'injection', 'hook-injector' ),
  • hook-injector/tags/1.0.0/languages/hook-injector.pot

    r3469560 r3469625  
    4747#: includes/Core/Plugin.php:49
    4848msgctxt "admin menu"
    49 msgid "Hook Injectorr"
     49msgid "Hook Injector"
    5050msgstr ""
    5151
  • hook-injector/trunk/includes/Core/Plugin.php

    r3469560 r3469625  
    4747            'name'               => _x( 'Injections', 'post type general name', 'hook-injector' ),
    4848            'singular_name'      => _x( 'Injection', 'post type singular name', 'hook-injector' ),
    49             'menu_name'          => _x( 'Hook Injectorr', 'admin menu', 'hook-injector' ),
     49            'menu_name'          => _x( 'Hook Injector', 'admin menu', 'hook-injector' ),
    5050            'name_admin_bar'     => _x( 'Injection', 'add new on admin bar', 'hook-injector' ),
    5151            'add_new'            => _x( 'Add New', 'injection', 'hook-injector' ),
  • hook-injector/trunk/languages/hook-injector.pot

    r3469560 r3469625  
    4747#: includes/Core/Plugin.php:49
    4848msgctxt "admin menu"
    49 msgid "Hook Injectorr"
     49msgid "Hook Injector
    5050msgstr ""
    5151
Note: See TracChangeset for help on using the changeset viewer.