wp/wp-admin/includes/class-language-pack-upgrader.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/includes/class-language-pack-upgrader.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/includes/class-language-pack-upgrader.php	Tue Sep 27 16:37:53 2022 +0200
@@ -110,7 +110,7 @@
 	 * @since 3.7.0
 	 */
 	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 they are updated as well.' );
 		$this->strings['up_to_date']       = __( 'Your translations are all up to date.' );
 		$this->strings['no_package']       = __( 'Update package not available.' );
 		/* translators: %s: Package URL. */