From 1d9ac40038cd7265edac931fdee587b8026adb82 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 10 Jun 2019 14:13:33 +0000 Subject: [PATCH] I18N: Merge duplicate "authenticity could not be verified" strings, fix comma placement on About page. Props pedromendonca, garrett-eclipse. Fixes #47475. git-svn-id: https://develop.svn.wordpress.org/trunk@45515 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 2 +- src/wp-admin/includes/file.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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(