More strongly worded, active voice Gears warning
git-svn-id: http://svn.automattic.com/wordpress/trunk@10155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd816fc740
commit
04ca943f18
|
@ -36,7 +36,7 @@ if ( ! $is_opera ) {
|
|||
<h3 class="title"><?php _e('Turbo:'); ?> <?php _e('Gears Status'); ?></h3>
|
||||
<p><?php _e('Gears is installed on this computer, but is not enabled for use with WordPress.'); ?></p>
|
||||
<p><?php _e('To enable it click the button below.'); ?></p>
|
||||
<p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
|
||||
<p><strong><?php _e('Note: Do not enable Gears if this is a public or shared computer!'); ?></strong></p>
|
||||
<div class="buttons"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button></div>
|
||||
</div>
|
||||
|
||||
|
@ -69,7 +69,7 @@ if ( ! $is_opera ) {
|
|||
_e('To allow it, change the Gears settings in your browser’s Tools menu and reload this page.');
|
||||
|
||||
?></p>
|
||||
<p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
|
||||
<p><strong><?php _e('Note: Do not enable Gears if this is a public or shared computer!'); ?></strong></p>
|
||||
</div>
|
||||
<script type="text/javascript">wpGears.message();</script>
|
||||
<?php } else {
|
||||
|
|
Loading…
Reference in New Issue