Less Engrish-y Gears Denied text from mrmist and filosofo. fixes #8509
git-svn-id: http://svn.automattic.com/wordpress/trunk@10109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c7e8e8d9d0
commit
3f5b838ee2
|
@ -58,15 +58,15 @@ if ( ! $is_opera ) {
|
|||
|
||||
<div id="gears-msg4" style="display:none;">
|
||||
<h3 class="title"><?php _e('Turbo:'); ?> <?php _e('Gears Status'); ?></h3>
|
||||
<p><?php _e('This web site is denied to use Gears.'); ?></p>
|
||||
<p><?php _e('Your browser’s settings do not permit this website to use Google Gears.'); ?></p>
|
||||
<p><?php
|
||||
|
||||
if ( $is_chrome )
|
||||
_e('To allow it, change the Gears settings from your browser’s Options, Under the Hood menu and reload this page.');
|
||||
_e('To allow it, change the Gears settings in your browser’s Options, Under the Hood menu and reload this page.');
|
||||
elseif ( $is_safari )
|
||||
_e('To allow it, change the Gears settings from the Safari menu and reload this page.');
|
||||
_e('To allow it, change the Gears settings in the Safari menu and reload this page.');
|
||||
else
|
||||
_e('To allow it, change the Gears settings from your browser’s Tools menu and reload this page.');
|
||||
_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>
|
||||
|
|
Loading…
Reference in New Issue