Commit 8a82d93b authored by Jake Spurlock's avatar Jake Spurlock
Browse files

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: https://core.svn.wordpress.org/trunk@48329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 40858650
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
						)
					);
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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.