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

Commit

Permalink
BZ:1178090 - Administration: Revert button misnamed
Browse files Browse the repository at this point in the history
  • Loading branch information
nmirasch committed Jan 14, 2015
1 parent 0da6fdd commit 67f419c
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 67f419c

Please sign in to comment.