Make WordPress Core

Changeset 1934


Ignore:
Timestamp:
12/09/2004 02:57:41 AM (21 years ago)
Author:
saxmatt
Message:

Better wording

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-page-form.php

    r1932 r1934  
    116116        <th scope="row"><?php _e('Delete'); ?>:</th>
    117117        <td><?php if ('edit' == $action) : ?>
    118         <input name="deletepost" class="delete" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this post') ?>" <?php echo "onclick=\"return confirm('" . sprintf(__("You are about to delete this post \'%s\'\\n  \'Cancel\' to stop, \'OK\' to delete."), addslashes($edited_post_title) ) . "')\""; ?> />
     118        <input name="deletepost" class="delete" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this page') ?>" <?php echo "onclick=\"return confirm('" . sprintf(__("You are about to delete this page \'%s\'\\n  \'Cancel\' to stop, \'OK\' to delete."), addslashes($edited_post_title) ) . "')\""; ?> />
    119119<?php endif; ?></td>
    120120    </tr>
Note: See TracChangeset for help on using the changeset viewer.