Skip to content

Commit

Permalink
Update includes/Checker/Checks/Plugin_Repo/Trademarks_Check.php
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
davidperezgar and swissspidy authored Oct 1, 2024
1 parent 42daebd commit 1af79de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Checker/Checks/Plugin_Repo/Trademarks_Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ private function validate_name_has_no_trademarks( $plugin_name ) {
trim( $check, '-' ) === $check
&& in_array( $check, self::FOR_USE_ACRONYM, true )
) {
// Trademarks that are allowed to use with Acronym.
// Trademarks that are allowed to use as an acronym.
$message = sprintf(
/* translators: 1: plugin slug, 2: found trademarked term */
__( 'The plugin name includes a restricted term. Your plugin name - "%1$s" - contains the restricted term "%2$s" which can be used within your plugin name, unless your plugin name will not change to full name. For example: You can use WP but not WordPress.', 'plugin-check' ),
Expand Down

0 comments on commit 1af79de

Please sign in to comment.