From 48c1b2bd81593bcad76c33d6360b7b9dc6cc6c56 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Wed, 13 Apr 2016 17:54:39 +0200 Subject: [PATCH] Improve wording --- .../arbitratorregistration/ArbitratorRegistrationView.java | 4 ++-- .../bitsquare/gui/main/disputes/trader/TraderDisputeView.java | 2 +- .../bitsquare/gui/main/offer/createoffer/CreateOfferView.java | 2 +- .../io/bitsquare/gui/main/offer/offerbook/OfferBookView.java | 4 ++-- .../gui/main/portfolio/openoffer/OpenOffersView.java | 2 +- .../portfolio/pendingtrades/steps/buyer/BuyerStep2View.java | 2 +- .../portfolio/pendingtrades/steps/seller/SellerStep3View.java | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gui/src/main/java/io/bitsquare/gui/main/account/arbitratorregistration/ArbitratorRegistrationView.java b/gui/src/main/java/io/bitsquare/gui/main/account/arbitratorregistration/ArbitratorRegistrationView.java index abb9e781d9..38abc408a5 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/account/arbitratorregistration/ArbitratorRegistrationView.java +++ b/gui/src/main/java/io/bitsquare/gui/main/account/arbitratorregistration/ArbitratorRegistrationView.java @@ -224,7 +224,7 @@ public class ArbitratorRegistrationView extends ActivatableViewAndModel new Popup().feedback("You have successfully removed your arbitrator from the P2P network.").show(), (errorMessage) -> new Popup().error("Could not remove arbitrator.\nError message: " + errorMessage).show()); } else { - new Popup().information("You need to wait until bootstrapping to the network is completed.\n" + + new Popup().information("You need to wait until you are fully connected to the network.\n" + "That might take up to about 2 minutes at startup.").show(); } } @@ -235,7 +235,7 @@ public class ArbitratorRegistrationView extends ActivatableViewAndModel new Popup().feedback("You have successfully registered your arbitrator to the P2P network.").show(), (errorMessage) -> new Popup().error("Could not register arbitrator.\nError message: " + errorMessage).show()); } else { - new Popup().information("You need to wait until you are bootstrapped to the network.\n" + + new Popup().information("You need to wait until you are fully connected to the network.\n" + "That might take up to about 2 minutes at startup.").show(); } } diff --git a/gui/src/main/java/io/bitsquare/gui/main/disputes/trader/TraderDisputeView.java b/gui/src/main/java/io/bitsquare/gui/main/disputes/trader/TraderDisputeView.java index 36ea320818..603b56bc3f 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/disputes/trader/TraderDisputeView.java +++ b/gui/src/main/java/io/bitsquare/gui/main/disputes/trader/TraderDisputeView.java @@ -417,7 +417,7 @@ public class TraderDisputeView extends ActivatableView { if (!text.isEmpty()) onSendMessage(text, selectedDispute); } else { - new Popup().information("You need to wait until bootstrapping to the network is completed.\n" + + new Popup().information("You need to wait until you are fully connected to the network.\n" + "That might take up to about 2 minutes at startup.").show(); } }); diff --git a/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java b/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java index 6d1cee0fd6..a8b32b6a06 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java +++ b/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java @@ -269,7 +269,7 @@ public class CreateOfferView extends ActivatableViewAndModel