Make WordPress Core

Changeset 10111


Ignore:
Timestamp:
12/07/2008 10:23:43 AM (15 years ago)
Author:
westi
Message:

Improve Press this descriptions. See #8186 props noel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/tools.php

    r10109 r10111  
    8181<div class="tool-box">
    8282    <h3 class="title"><?php _e('Press This') ?></h3>
     83    <p><?php _e('Press This is a bookmarklet: a little app that runs in your browser and lets you grab bits of the web.');?></p>
     84   
     85    <p><?php _e('Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your blog.'); ?></p>
    8386    <p><?php _e('Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut.') ?></p>
    84     <p class="pressthis"><a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p>
     87    <p class="pressthis""><a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p>
    8588</div>
    8689<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.