Changeset 51979 for trunk/src/wp-admin/includes/network.php
- Timestamp:
- 11/02/2021 05:36:34 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/network.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/network.php
r50839 r51979 180 180 ?> 181 181 <p><?php _e( 'Welcome to the Network installation process!' ); ?></p> 182 <p><?php _e( 'Fill in the information below and you’ll be on your way to creating a network of WordPress sites. We will create configuration filesin the next step.' ); ?></p>182 <p><?php _e( 'Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.' ); ?></p> 183 183 <?php 184 184 … … 272 272 printf( 273 273 /* translators: 1: Site URL, 2: Host name, 3: www. */ 274 __( ' We recommend you changeyour site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ),274 __( 'You should consider changing your site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ), 275 275 '<code>' . substr( $hostname, 4 ) . '</code>', 276 276 '<code>' . $hostname . '</code>', … … 445 445 printf( 446 446 /* translators: 1: wp-config.php, 2: .htaccess */ 447 __( ' We recommend youback up your existing %1$s and %2$s files.' ),447 __( 'You should back up your existing %1$s and %2$s files.' ), 448 448 '<code>wp-config.php</code>', 449 449 '<code>.htaccess</code>' … … 453 453 printf( 454 454 /* translators: 1: wp-config.php, 2: web.config */ 455 __( ' We recommend youback up your existing %1$s and %2$s files.' ),455 __( 'You should back up your existing %1$s and %2$s files.' ), 456 456 '<code>wp-config.php</code>', 457 457 '<code>web.config</code>' … … 461 461 printf( 462 462 /* translators: %s: wp-config.php */ 463 __( ' We recommend youback up your existing %s file.' ),463 __( 'You should back up your existing %s file.' ), 464 464 '<code>wp-config.php</code>' 465 465 );
Note: See TracChangeset
for help on using the changeset viewer.