Make WordPress Core

Changeset 8741


Ignore:
Timestamp:
08/27/2008 06:33:01 AM (16 years ago)
Author:
westi
Message:

Improve grammar in Gears Enable Dialog. Fixes #7176 props Speedboxer.

File:
1 edited

Legend:

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

    r8697 r8741  
    9292    <p><?php _e('WordPress now has support for Gears, which adds new features to your web browser.'); ?><br />
    9393    <a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p>
    94     <p><?php _e('After you install and enable Gears most of WordPress&#8217; images, scripts, and CSS files will be stored locally on your computer. This speeds up page load time.'); ?></p>
     94    <p><?php _e('After you install and enable Gears, most of WordPress&#8217; images, scripts, and CSS files will be stored locally on your computer. This speeds up page load time.'); ?></p>
    9595    <p><strong><?php _e('Don&#8217;t install on a public or shared computer.'); ?></strong></p> <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&amp;return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button>
    9696    <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div>
     
    9999    <div id="gears-msg2" style="display:none;">
    100100    <h3 class="info-box-title"><?php _e('Gears Status'); ?></h3>
    101     <p><?php _e('Gears is installed on this computer but is not enabled for use with WordPress.'); ?></p>
     101    <p><?php _e('Gears is installed on this computer, but is not enabled for use with WordPress.'); ?></p>
    102102    <p><?php
    103103
    104104    if ( $is_safari )
    105         _e('To enable it, make sure this web site is not on the denied list in Gears Settings under the Safari menu, then click the button below.');
     105        _e('To enable it, ensure this web site is not on the denied list in Gears Settings under the Safari menu, then click the button below.');
    106106    else
    107         _e('To enable it, make sure this web site is not on the denied list in Gears Settings under your browser Tools menu, then click the button below.');
     107        _e('To enable it, ensure this web site is not on the denied list in Gears Settings under your browser&#8217;s Tools menu, then click the button below.');
    108108
    109109    ?></p>
    110     <p><strong><?php _e('However if this is a public or shared computer, Gears should not be enabled.'); ?></strong></p>
     110    <p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
    111111    <div class="submit"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button>
    112112    <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div>
     
    120120        _e('Gears is installed and enabled on this computer. You can disable it from the Safari menu.');
    121121    else
    122         _e('Gears is installed and enabled on this computer. You can disable it from your browser Tools menu.');
     122        _e('Gears is installed and enabled on this computer. You can disable it from your browser&#8217;s Tools menu.');
    123123
    124124    ?></p>
    125     <p><?php _e('If there are any errors, try disabling Gears, then reload the page and enable it again.'); ?></p>
     125    <p><?php _e('If there are any errors try disabling Gears, reloading the page, and re-enabling Gears.'); ?></p>
    126126    <p><?php _e('Local storage status:'); ?> <span id="gears-wait"><span style="color:#f00;"><?php _e('Please wait! Updating files:'); ?></span> <span id="gears-upd-number"></span></span></p>
    127127    <div class="submit"><button class="button" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Close'); ?></button></div>
Note: See TracChangeset for help on using the changeset viewer.