Changeset 53131 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 04/11/2022 11:40:38 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/setup-config.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r52978 r53131 159 159 ?> 160 160 <h1 class="screen-reader-text"><?php _e( 'Before getting started' ); ?></h1> 161 <p><?php _e( 'Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.' ); ?></p>161 <p><?php _e( 'Welcome to WordPress. Before getting started, some information on the database is needed. You will need to know the following items before proceeding.' ); ?></p> 162 162 <ol> 163 163 <li><?php _e( 'Database name' ); ?></li> … … 171 171 printf( 172 172 /* translators: %s: wp-config.php */ 173 __( ' We are going to use this informationto create a %s file.' ),173 __( 'This information is being used to create a %s file.' ), 174 174 '<code>wp-config.php</code>' 175 175 ); … … 188 188 printf( 189 189 /* translators: %s: Documentation URL. */ 190 __( 'Need more help? <a href="%s"> We got it</a>.' ),190 __( 'Need more help? <a href="%s">Read the support article on wp-config.php</a>.' ), 191 191 __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) 192 192 );
Note: See TracChangeset
for help on using the changeset viewer.