Skip to content

Commit

Permalink
changed my mind about button text
Browse files Browse the repository at this point in the history
  • Loading branch information
pbackx committed Dec 6, 2013
1 parent cc46faf commit ce79209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void buttonClick(ClickEvent event) {
});
finishButton.setEnabled(false);

cancelButton = new Button("Help Afsluiten");
cancelButton = new Button("Sluiten");
cancelButton.addClickListener(new Button.ClickListener() {
public void buttonClick(ClickEvent event) {
cancel();
Expand Down

0 comments on commit ce79209

Please sign in to comment.