Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #120 from nmirasch/master
Browse files Browse the repository at this point in the history
BZ:1178090 - Administration: Revert button misnamed
  • Loading branch information
manstis committed Jan 14, 2015
2 parents 0da6fdd + 67f419c commit 9a234e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void createElement( final int row,
}} );

if ( onRevertCommand != null ) {
navigator.setWidget( row, ++col, new Button( CoreConstants.INSTANCE.Revert() ) {{
navigator.setWidget( row, ++col, new Button( CoreConstants.INSTANCE.RevertToThis() ) {{
setType( ButtonType.DANGER );
addClickHandler( new ClickHandler() {
@Override
Expand Down

0 comments on commit 9a234e8

Please sign in to comment.