Improve wording

This commit is contained in:
Manfred Karrer 2016-04-24 14:58:17 +02:00
parent c57813f407
commit e76f80eabb
2 changed files with 2 additions and 2 deletions

View File

@ -891,7 +891,7 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
if (model.dataModel.isWalletFunded.get()) {
new Popup().warning("You have already paid the funds.\n" +
"If you cancel now, your funds will be available immediately.\n" +
"Are you sure, you want to cancel.")
"Are you sure you want to cancel?")
.closeButtonText("No")
.actionButtonText("Yes, cancel")
.onAction(() -> {

View File

@ -780,7 +780,7 @@ public class TakeOfferView extends ActivatableViewAndModel<AnchorPane, TakeOffer
if (model.dataModel.isWalletFunded.get()) {
new Popup().warning("You have already paid the funds.\n" +
"If you cancel now, your funds will be available immediately.\n" +
"Are you sure, you want to cancel.")
"Are you sure you want to cancel?")
.closeButtonText("No")
.actionButtonText("Yes, cancel")
.onAction(() -> {