From 42cec2050b8fb942bce6f540f7c0f08194e083c4 Mon Sep 17 00:00:00 2001 From: David Perez Date: Thu, 9 Jan 2025 19:39:59 +0100 Subject: [PATCH] Update includes/Checker/Checks/Plugin_Repo/File_Type_Check.php Co-authored-by: Pascal Birchler --- includes/Checker/Checks/Plugin_Repo/File_Type_Check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php b/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php index b807e788..b2a8b372 100644 --- a/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php +++ b/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php @@ -336,7 +336,7 @@ function ( $file ) use ( $plugin_path ) { if ( ! empty( $case_sensitive_files ) ) { $this->add_result_error_for_file( $result, - __( 'Case-Sensitive duplicated files were found. They\'ll be problematic in different systems.', 'plugin-check' ), + __( 'Multiple files with the same name but different case were found. This can be problematic on certain file systems.' ), 'case_sensitive_files', implode( ', ', $case_sensitive_files ), 0,