diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 40dde80221..a7ab1b21c8 100644
--- a/src/wp-admin/about.php
+++ b/src/wp-admin/about.php
@@ -97,7 +97,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php
index 0a263ee1ef..fbc47ce7e2 100644
--- a/src/wp-admin/includes/file.php
+++ b/src/wp-admin/includes/file.php
@@ -1218,8 +1218,8 @@ function verify_file_signature( $filename, $signatures, $filename_for_errors = f
return new WP_Error(
'signature_verification_unsupported',
sprintf(
- /* translators: 1: The filename of the package. */
- __( 'The authenticity of %1$s could not be verified as signature verification is unavailable on this system.' ),
+ /* translators: %s: The filename of the package. */
+ __( 'The authenticity of %s could not be verified as signature verification is unavailable on this system.' ),
'' . esc_html( $filename_for_errors ) . ''
),
array(