Skip to content

Commit

Permalink
Make sure translations are present
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Sep 22, 2023
1 parent 99a80a8 commit 9152a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/phpcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ protected function phpcs_result_to_warnings( $result ) {
$message['source'],
sprintf(
/* translators: 1: Type of Error 2: Line 3: File 4: Message 5: Code Example 6: Edit Link */
'%1$s Line %2$d of file %3$s.<br>%4$s.<br>%5$s%6$s',
__( '%1$s Line %2$d of file %3$s.<br>%4$s.<br>%5$s%6$s', 'plugin-check' ),
"<strong>{$message['source']}</strong>",
$message['line'],
$filename,
Expand Down

0 comments on commit 9152a95

Please sign in to comment.