Changeset 9097
- Timestamp:
- 08/09/2019 02:53:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r9096 r9097 160 160 return new \WP_Error( 'trademarked_name', $error . ' ' . sprintf( 161 161 /* translators: 1: plugin slug, 2: 'Plugin Name:' */ 162 __( 'Your chosen plugin name - %1$s - is not permitted bec uase it is too short. Please change the %2$s line in your main plugin file and readme and upload it again.', 'wporg-plugins' ),162 __( 'Your chosen plugin name - %1$s - is not permitted because it is too short. Please change the %2$s line in your main plugin file and readme and upload it again.', 'wporg-plugins' ), 163 163 '<code>' . $this->plugin_slug . '</code>', 164 164 '<code>Plugin Name:</code>'
Note: See TracChangeset
for help on using the changeset viewer.