diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/includes/network.php --- a/wp/wp-admin/includes/network.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/includes/network.php Tue Sep 27 16:37:53 2022 +0200 @@ -179,7 +179,7 @@ } ?>
- + ' . substr( $hostname, 4 ) . '', '' . $hostname . '
',
'www
'
@@ -444,7 +444,7 @@
echo '' . __( 'Caution:' ) . ' ';
printf(
/* translators: 1: wp-config.php, 2: .htaccess */
- __( 'We recommend you back up your existing %1$s and %2$s files.' ),
+ __( 'You should back up your existing %1$s and %2$s files.' ),
'wp-config.php
',
'.htaccess
'
);
@@ -452,7 +452,7 @@
echo '' . __( 'Caution:' ) . ' ';
printf(
/* translators: 1: wp-config.php, 2: web.config */
- __( 'We recommend you back up your existing %1$s and %2$s files.' ),
+ __( 'You should back up your existing %1$s and %2$s files.' ),
'wp-config.php
',
'web.config
'
);
@@ -460,7 +460,7 @@
echo '' . __( 'Caution:' ) . ' ';
printf(
/* translators: %s: wp-config.php */
- __( 'We recommend you back up your existing %s file.' ),
+ __( 'You should back up your existing %s file.' ),
'wp-config.php
'
);
}