Make WordPress Core


Ignore:
Timestamp:
12/09/2008 09:43:54 PM (16 years ago)
Author:
markjaquith
Message:

More strongly worded, active voice Gears warning

File:
1 edited

Legend:

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

    r10150 r10155  
    3737    <p><?php _e('Gears is installed on this computer, but is not enabled for use with WordPress.'); ?></p>
    3838    <p><?php _e('To enable it click the button below.'); ?></p>
    39     <p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
     39    <p><strong><?php _e('Note: Do not enable Gears if this is a public or shared computer!'); ?></strong></p>
    4040    <div class="buttons"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button></div>
    4141    </div>
     
    7070
    7171    ?></p>
    72     <p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
     72    <p><strong><?php _e('Note: Do not enable Gears if this is a public or shared computer!'); ?></strong></p>
    7373    </div>
    7474    <script type="text/javascript">wpGears.message();</script>
Note: See TracChangeset for help on using the changeset viewer.