Changeset 650192
- Timestamp:
- 01/09/2013 11:12:49 AM (13 years ago)
- File:
-
- 1 edited
-
slimjetpack/trunk/slimjetpack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slimjetpack/trunk/slimjetpack.php
r650174 r650192 1726 1726 case 'module_activated' : 1727 1727 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'] ); 1729 1729 $this->stat( 'module-activated', Jetpack::state( 'module' ) ); 1730 1730 }
Note: See TracChangeset
for help on using the changeset viewer.