Changeset 52978 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r50693 r52978 298 298 $title_and_editor .= '<p>' . sprintf( 299 299 /* translators: %s: Alt + F10 */ 300 __( 'Keyboard users: When you ’re working in the visual editor, you can use %s to access the toolbar.' ),300 __( 'Keyboard users: When you are working in the visual editor, you can use %s to access the toolbar.' ), 301 301 '<kbd>Alt + F10</kbd>' 302 302 ) . '</p>'; … … 448 448 <?php endif; ?> 449 449 <div id="lost-connection-notice" class="error hidden"> 450 <p><span class="spinner"></span> <?php _e( '<strong>Connection lost.</strong> Saving has been disabled until you ’re reconnected.' ); ?>451 <span class="hide-if-no-sessionstorage"><?php _e( 'We ’re backing up this post in your browser, just in case.' ); ?></span>450 <p><span class="spinner"></span> <?php _e( '<strong>Connection lost.</strong> Saving has been disabled until you are reconnected.' ); ?> 451 <span class="hide-if-no-sessionstorage"><?php _e( 'We are backing up this post in your browser, just in case.' ); ?></span> 452 452 </p> 453 453 </div>
Note: See TracChangeset
for help on using the changeset viewer.