diff --git src/wp-admin/setup-config.php src/wp-admin/setup-config.php
index 881398ff570b..910421b59e18 100644
|
|
switch ( $step ) { |
192 | 192 | ); |
193 | 193 | ?> |
194 | 194 | </p> |
195 | | <p><?php _e( 'In all likelihood, these items were supplied to you by your Web Host. If you don’t have this information, then you will need to contact them before you can continue. If you’re all ready…' ); ?></p> |
| 195 | <p><?php _e( 'In all likelihood, these items were supplied to you by your web hhost. If you don’t have this information, then you will need to contact them before you can continue. If you’re all 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> |
198 | 198 | <?php |