Plugin Directory

Changeset 650192


Ignore:
Timestamp:
01/09/2013 11:12:49 AM (13 years ago)
Author:
WingerSpeed
Message:

fixed the module activation notice typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • slimjetpack/trunk/slimjetpack.php

    r650174 r650192  
    17261726        case 'module_activated' :
    17271727            if ( $module = Jetpack::get_module( Jetpack::state( 'module' ) ) ) {
    1728                 $this->message = sprintf( __( '<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card.', 'jetpack' ), $module['name'] );
     1728                $this->message = sprintf( __( '<strong>%s Activated!</strong> You can deactivate at any time by clicking "Toggle" to show the "Deactivate" button.', 'jetpack' ), $module['name'] );
    17291729                $this->stat( 'module-activated', Jetpack::state( 'module' ) );
    17301730            }
Note: See TracChangeset for help on using the changeset viewer.