Make WordPress Core


Ignore:
Timestamp:
12/02/2011 04:31:01 AM (14 years ago)
Author:
nacin
Message:

Standardize some final help strings. We're done, aside from typos. props zeo, jane, duck_, fixes #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r19507 r19538  
    6868
    6969$options_help .= '<p>' . __('UTC means Coordinated Universal Time.') . '</p>' .
    70     '<p>' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>';
     70    '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>';
    7171
    7272get_current_screen()->add_help_tab( array(
Note: See TracChangeset for help on using the changeset viewer.