Skip to content

Commit

Permalink
added duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Jan 8, 2025
1 parent 2cb3359 commit 10cb561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Checker/Checks/Plugin_Repo/File_Type_Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function ( $file ) use ( $plugin_path ) {
if ( ! empty( $case_sensitive_folders ) ) {
$this->add_result_error_for_file(
$result,
__( 'Case-Sensitive folders were found. They\'ll be problematic in different systems.', 'plugin-check' ),
__( 'Case-Sensitive duplicated folders were found. They\'ll be problematic in different systems.', 'plugin-check' ),
'duplicated_folders',
implode( ', ', $case_sensitive_folders ),
0,
Expand All @@ -336,7 +336,7 @@ function ( $file ) use ( $plugin_path ) {
if ( ! empty( $case_sensitive_files ) ) {
$this->add_result_error_for_file(
$result,
__( 'Case-Sensitive files were found. They\'ll be problematic in different systems.', 'plugin-check' ),
__( 'Case-Sensitive duplicated files were found. They\'ll be problematic in different systems.', 'plugin-check' ),
'case_sensitive_files',
implode( ', ', $case_sensitive_files ),
0,
Expand Down

0 comments on commit 10cb561

Please sign in to comment.