Make WordPress Core


Ignore:
Timestamp:
07/04/2015 12:49:52 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Don't capitalize words in a sentence after comma.

props bjornjohansen, netweb.
fixes #31927.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/themes.php

    r33067 r33079  
    183183
    184184                        if ( 1 == $themes_to_delete ) {
    185                             submit_button( __( 'Yes, Delete this theme' ), 'button', 'submit', false );
     185                            submit_button( __( 'Yes, delete this theme' ), 'button', 'submit', false );
    186186                        } else {
    187                             submit_button( __( 'Yes, Delete these themes' ), 'button', 'submit', false );
     187                            submit_button( __( 'Yes, delete these themes' ), 'button', 'submit', false );
    188188                        }
    189189                    ?>
     
    193193                ?>
    194194                <form method="post" action="<?php echo $referer ? esc_url( $referer ) : ''; ?>" style="display:inline;">
    195                     <?php submit_button( __( 'No, Return me to the theme list' ), 'button', 'submit', false ); ?>
     195                    <?php submit_button( __( 'No, return me to the theme list' ), 'button', 'submit', false ); ?>
    196196                </form>
    197197
Note: See TracChangeset for help on using the changeset viewer.