diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/edit-form-advanced.php --- a/wp/wp-admin/edit-form-advanced.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/edit-form-advanced.php Tue Sep 27 16:37:53 2022 +0200 @@ -297,7 +297,7 @@ $title_and_editor .= '

' . __( 'You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen Options.' ) . '

'; $title_and_editor .= '

' . sprintf( /* translators: %s: Alt + F10 */ - __( 'Keyboard users: When you’re working in the visual editor, you can use %s to access the toolbar.' ), + __( 'Keyboard users: When you are working in the visual editor, you can use %s to access the toolbar.' ), 'Alt + F10' ) . '

'; @@ -447,8 +447,8 @@