Make WordPress Core

Ticket #56884: 56884.patch

File 56884.patch, 781 bytes (added by sabernhardt, 3 years ago)

fixes typo, changes from passive to active voice

  • src/wp-admin/includes/class-wp-screen.php

     
    11161116                <legend><?php _e( 'Screen elements' ); ?></legend>
    11171117                <p>
    11181118                        <?php _e( 'Some screen elements can be shown or hidden by using the checkboxes.' ); ?>
    1119                         <?php _e( 'They can be expanded and collapsed by clickling on their headings, and arranged by dragging their headings or by clicking on the up and down arrows.' ); ?>
     1119                        <?php _e( 'Expand or collapse the elements by clicking on their headings, and arrange them by dragging their headings or by clicking on the up and down arrows.' ); ?>
    11201120                </p>
    11211121                <?php
    11221122