Better Google Chrome "Disable Gears" message, props caesarsgrunt, fixes #7684
git-svn-id: https://develop.svn.wordpress.org/trunk@10746 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7077851ba0
commit
69d712a4d8
@ -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
Block a user