Making WordPress.org

Changeset 8471


Ignore:
Timestamp:
03/16/2019 11:07:55 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Upload: Fix typo in the warning for reserved slugs.

Props tobifjellner.
See #4293.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php

    r8470 r8471  
    295295            $message .= sprintf(
    296296                /* translators: %s: plugin name */
    297                 __( 'Warning: Your plugin will probably need to be renamed. Your chosen plugin name - %s - starts with a term that may belong to another company. When we review your submision we will either correct this for you or request you approve a new name.' ),
     297                __( 'Warning: Your plugin will probably need to be renamed. Your chosen plugin name - %s - starts with a term that may belong to another company. When we review your submission we will either correct this for you or request you approve a new name.' ),
    298298                esc_html( $this->plugin['Name'] )
    299299            ) . '</p><p>';
Note: See TracChangeset for help on using the changeset viewer.