This commit is contained in:
Craig Raw 2024-04-08 13:45:52 +02:00
parent 5aa25b98c3
commit 5f98eb9eb9

View file

@ -124,7 +124,7 @@ public class WalletLabels implements WalletImport, WalletExport {
@Override @Override
public String getWalletImportDescription() { 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 @Override