Make WordPress Core


Ignore:
Timestamp:
03/08/2009 06:53:18 AM (16 years ago)
Author:
azaozz
Message:

Better Google Chrome "Disable Gears" message, props caesarsgrunt, fixes #7684

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/tools.php

    r10155 r10746  
    4646
    4747    if ( $is_chrome )
    48         _e('Gears is installed and enabled on this computer. You can disable it from your browser’s Options, Under the Hood menu.');
     48        _e('Gears is installed and enabled on this computer. You can disable it from the Under the Hood tab in Chrome’s Options menu.');
    4949    elseif ( $is_safari )
    5050        _e('Gears is installed and enabled on this computer. You can disable it from the Safari menu.');
Note: See TracChangeset for help on using the changeset viewer.