--- 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. */