Better Google Chrome "Disable Gears" message, props caesarsgrunt, fixes #7684
git-svn-id: http://svn.automattic.com/wordpress/trunk@10746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6afab9b294
commit
7eb895310a
|
@ -45,7 +45,7 @@ if ( ! $is_opera ) {
|
|||
<p><?php
|
||||
|
||||
if ( $is_chrome )
|
||||
_e('Gears is installed and enabled on this computer. You can disable it from your browser’s Options, Under the Hood menu.');
|
||||
_e('Gears is installed and enabled on this computer. You can disable it from the Under the Hood tab in Chrome’s Options menu.');
|
||||
elseif ( $is_safari )
|
||||
_e('Gears is installed and enabled on this computer. You can disable it from the Safari menu.');
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue