From 5f98eb9eb9ad71487d7081d1480766658d2e02f8 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 8 Apr 2024 13:45:52 +0200 Subject: [PATCH] followup --- src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java b/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java index 75f1b37f..0789da2e 100644 --- a/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java +++ b/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java @@ -124,7 +124,7 @@ public class WalletLabels implements WalletImport, WalletExport { @Override public String getWalletImportDescription() { - return "Imports a file containing labels in the BIP329 standard format to the currently selected wallet."; + return "Imports a file containing labels in the BIP329 standard (or Electrum history CSV) format to the currently selected wallet."; } @Override