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:
Andrew Ozz 2009-03-08 06:53:18 +00:00
parent 7077851ba0
commit 69d712a4d8
1 changed files with 1 additions and 1 deletions

View File

@ -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&#8217;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&#8217;s Options menu.');
elseif ( $is_safari )
_e('Gears is installed and enabled on this computer. You can disable it from the Safari menu.');
else