Make WordPress Core

Ticket #31836: 31836.diff

File 31836.diff, 759 bytes (added by kraftbj, 10 years ago)

Swap "app" and "tool"

  • src/wp-admin/tools.php

     
    3838<?php if ( current_user_can('edit_posts') ) : ?>
    3939<div class="card pressthis">
    4040        <h3><?php _e('Press This') ?></h3>
    41         <p><?php _e( 'Press This is a little app that lets you grab bits of the web and create new posts with ease.' );?></p>
     41        <p><?php _e( 'Press This is a little tool that lets you grab bits of the web and create new posts with ease.' );?></p>
    4242        <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 site.' ); ?></p>
    4343
    4444