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:
azaozz 2009-03-08 06:53:18 +00:00
parent 6afab9b294
commit 7eb895310a
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