I18N: Update some strings to have periods.
Fixes #50707. Props ramiy, afercia, audrasjb. git-svn-id: https://develop.svn.wordpress.org/trunk@48567 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
857d34590a
commit
00f4e4f6e9
@ -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
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user