Changeset 52978 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r51610 r52978 171 171 printf( 172 172 /* translators: %s: wp-config.php */ 173 __( 'We ’re going to use this information to create a %s file.' ),173 __( 'We are going to use this information to create a %s file.' ), 174 174 '<code>wp-config.php</code>' 175 175 ); … … 179 179 printf( 180 180 /* translators: 1: wp-config-sample.php, 2: wp-config.php */ 181 __( 'If for any reason this automatic file creation does n’t work, don’t worry. All this does is fill in the database information to a configuration file. You may also simply open %1$s in a text editor, fill in your information, and save it as %2$s.' ),181 __( 'If for any reason this automatic file creation does not work, do not worry. All this does is fill in the database information to a configuration file. You may also simply open %1$s in a text editor, fill in your information, and save it as %2$s.' ), 182 182 '<code>wp-config-sample.php</code>', 183 183 '<code>wp-config.php</code>' … … 193 193 ?> 194 194 </p> 195 <p><?php _e( 'In all likelihood, these items were supplied to you by your web host. If you do n’t have this information, then you will need to contact them before you can continue. If you’re allready…' ); ?></p>195 <p><?php _e( 'In all likelihood, these items were supplied to you by your web host. If you do not have this information, then you will need to contact them before you can continue. If you are ready…' ); ?></p> 196 196 197 197 <p class="step"><a href="<?php echo $step_1; ?>" class="button button-large"><?php _e( 'Let’s go!' ); ?></a></p> … … 209 209 <h1 class="screen-reader-text"><?php _e( 'Set up your database connection' ); ?></h1> 210 210 <form method="post" action="setup-config.php?step=2"> 211 <p><?php _e( 'Below you should enter your database connection details. If you ’re not sure about these, contact your host.' ); ?></p>211 <p><?php _e( 'Below you should enter your database connection details. If you are not sure about these, contact your host.' ); ?></p> 212 212 <table class="form-table" role="presentation"> 213 213 <tr> … … 232 232 <?php 233 233 /* translators: %s: localhost */ 234 printf( __( 'You should be able to get this info from your web host, if %s does n’t work.' ), '<code>localhost</code>' );234 printf( __( 'You should be able to get this info from your web host, if %s does not work.' ), '<code>localhost</code>' ); 235 235 ?> 236 236 </td>
Note: See TracChangeset
for help on using the changeset viewer.