Better wording
git-svn-id: https://develop.svn.wordpress.org/trunk@1934 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cf66c440de
commit
5411566910
|
@ -115,7 +115,7 @@ edCanvas = document.getElementById('content');
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><?php _e('Delete'); ?>:</th>
|
<th scope="row"><?php _e('Delete'); ?>:</th>
|
||||||
<td><?php if ('edit' == $action) : ?>
|
<td><?php if ('edit' == $action) : ?>
|
||||||
<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) ) . "')\""; ?> />
|
<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) ) . "')\""; ?> />
|
||||||
<?php endif; ?></td>
|
<?php endif; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue