Skip to content

Commit

Permalink
Merge pull request #1689 from Automattic/update/edit-all-button
Browse files Browse the repository at this point in the history
Plugins: changed 'bulk edit' to 'edit all'
  • Loading branch information
Rick Banister committed Dec 16, 2015
2 parents 1a9298b + 4bb9031 commit b2ed2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/plugins/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ export default React.createClass( {
}

rightSideButtons.push(
<ButtonGroup key="plugins__buttons-bulk-management"><Button compact onClick={ this.toggleBulkManagement } selected={ this.state.bulkManagement }>{ this.translate( 'Bulk Edit', { context: 'button label' } ) }</Button></ButtonGroup>
<ButtonGroup key="plugins__buttons-bulk-management"><Button compact onClick={ this.toggleBulkManagement } selected={ this.state.bulkManagement }>{ this.translate( 'Edit All', { context: 'button label' } ) }</Button></ButtonGroup>
);
} else {
activateButtons.push( <Button key="plugins__buttons-activate" disabled={ ! this.areSelected( 'inactive' ) } compact onClick={ this.activateSelected }>{ this.translate( 'Activate' ) }</Button> )
Expand Down

0 comments on commit b2ed2cf

Please sign in to comment.