I18N: Update some strings to have periods.
Fixes #50707. Props ramiy, afercia, audrasjb. Built from https://develop.svn.wordpress.org/trunk@48567 git-svn-id: http://core.svn.wordpress.org/trunk@48329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2cebcb6144
commit
d1517a1ad4
|
@ -504,7 +504,7 @@
|
|||
'aria-label',
|
||||
sprintf(
|
||||
/* translators: %s: Plugin name and version. */
|
||||
_x( '%s update failed', 'plugin' ),
|
||||
_x( '%s update failed.', 'plugin' ),
|
||||
response.pluginName
|
||||
)
|
||||
);
|
||||
|
@ -529,7 +529,7 @@
|
|||
'aria-label',
|
||||
sprintf(
|
||||
/* translators: %s: Plugin name and version. */
|
||||
_x( '%s update failed', 'plugin' ),
|
||||
_x( '%s update failed.', 'plugin' ),
|
||||
response.pluginName
|
||||
)
|
||||
);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-beta3-48566';
|
||||
$wp_version = '5.5-beta3-48567';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue