I18N: Merge duplicate "Your plugins/themes/translations are all up to date" strings.
Props ramiy. Fixes #47252. git-svn-id: https://develop.svn.wordpress.org/trunk@45647 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2ae276c44f
commit
a65fcde5c0
@ -111,7 +111,7 @@ class Language_Pack_Upgrader extends WP_Upgrader {
|
|||||||
*/
|
*/
|
||||||
public function upgrade_strings() {
|
public function upgrade_strings() {
|
||||||
$this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while we update them as well.' );
|
$this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while we update them as well.' );
|
||||||
$this->strings['up_to_date'] = __( 'The translations are up to date.' );
|
$this->strings['up_to_date'] = __( 'Your translations are all up to date.' );
|
||||||
$this->strings['no_package'] = __( 'Update package not available.' );
|
$this->strings['no_package'] = __( 'Update package not available.' );
|
||||||
/* translators: %s: package URL */
|
/* translators: %s: package URL */
|
||||||
$this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s…' ), '<span class="code">%s</span>' );
|
$this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s…' ), '<span class="code">%s</span>' );
|
||||||
|
@ -277,7 +277,7 @@ class WP_Site_Health {
|
|||||||
*/
|
*/
|
||||||
public function get_test_plugin_version() {
|
public function get_test_plugin_version() {
|
||||||
$result = array(
|
$result = array(
|
||||||
'label' => __( 'Your plugins are up to date' ),
|
'label' => __( 'Your plugins are all up to date' ),
|
||||||
'status' => 'good',
|
'status' => 'good',
|
||||||
'badge' => array(
|
'badge' => array(
|
||||||
'label' => __( 'Security' ),
|
'label' => __( 'Security' ),
|
||||||
@ -409,7 +409,7 @@ class WP_Site_Health {
|
|||||||
*/
|
*/
|
||||||
public function get_test_theme_version() {
|
public function get_test_theme_version() {
|
||||||
$result = array(
|
$result = array(
|
||||||
'label' => __( 'Your themes are up to date' ),
|
'label' => __( 'Your themes are all up to date' ),
|
||||||
'status' => 'good',
|
'status' => 'good',
|
||||||
'badge' => array(
|
'badge' => array(
|
||||||
'label' => __( 'Security' ),
|
'label' => __( 'Security' ),
|
||||||
|
Loading…
Reference in New Issue
Block a user