Make WordPress Core

Changeset 7316


Ignore:
Timestamp:
03/15/2008 07:26:17 PM (17 years ago)
Author:
westi
Message:

Make the preview message consistent. Fixes #6238 props mdawaffe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r7311 r7316  
    483483    wp_localize_script( 'autosave', 'autosaveL10n', array(
    484484        'autosaveInterval' => AUTOSAVE_INTERVAL,
    485         'previewPageText' => __('View this Page'),
    486         'previewPostText' => __('View this Post'),
     485        'previewPageText' => __('Preview this Page'),
     486        'previewPostText' => __('Preview this Post'),
    487487        'requestFile' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php',
    488488        'savingText' => __('Saving Draft…')
Note: See TracChangeset for help on using the changeset viewer.