Skip to content

Commit

Permalink
Update includes/Checker/Checks/Plugin_Repo/File_Type_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 Jan 9, 2025
1 parent 5f87f61 commit e7ad3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 duplicated folders were found. They\'ll be problematic in different systems.', 'plugin-check' ),
__( 'Multiple folders with the same name but different case were found. This can be problematic on certain file systems.', 'plugin-check' ),
'case_sensitive_folders',
implode( ', ', $case_sensitive_folders ),
0,
Expand Down

0 comments on commit e7ad3d5

Please sign in to comment.