Improve wording

This commit is contained in:
Manfred Karrer 2016-04-24 14:03:35 +02:00
parent 46cdfafd5e
commit 447c668cbb
2 changed files with 2 additions and 4 deletions

View File

@ -889,8 +889,7 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
cancelButton2 = addButton(gridPane, ++gridRow, BSResources.get("shared.cancel"));
cancelButton2.setOnAction(e -> {
if (model.dataModel.isWalletFunded.get()) {
new Popup().warning("You have already paid in the funds.\n" +
"Are you sure you want to cancel.")
new Popup().warning("Are you sure, you want to cancel.")
.closeButtonText("No")
.actionButtonText("Yes, cancel")
.onAction(() -> {

View File

@ -778,8 +778,7 @@ public class TakeOfferView extends ActivatableViewAndModel<AnchorPane, TakeOffer
cancelButton2 = addButton(gridPane, ++gridRow, BSResources.get("shared.cancel"));
cancelButton2.setOnAction(e -> {
if (model.dataModel.isWalletFunded.get()) {
new Popup().warning("You have already paid in the funds.\n" +
"Are you sure you want to cancel.")
new Popup().warning("Are you sure, you want to cancel.")
.closeButtonText("No")
.actionButtonText("Yes, cancel")
.onAction(() -> {