Browse Source

tweak naming

bwt
Craig Raw 5 years ago
parent
commit
452afe4731
  1. 2
      README.md
  2. 2
      drongo
  3. 2
      src/main/java/com/sparrowwallet/sparrow/control/MnemonicKeystoreImportPane.java

2
README.md

@ -34,7 +34,7 @@ Windows | %APPDATA%/Sparrow
## Reporting Issues ## Reporting Issues
Please use the Issues tab above to report an issue. If possible, look in the sparrow.log file in the configuration directory for information helpful in debugging. Please use the [Issues](https://github.com/sparrowwallet/sparrow/issues) tab above to report an issue. If possible, look in the sparrow.log file in the configuration directory for information helpful in debugging.
## License ## License

2
drongo

@ -1 +1 @@
Subproject commit 4ec07e2a91c70a56b419f02e7f75d5a8282b15f3 Subproject commit 6da818606a506e43bdafcfea93cad85d8cf82f74

2
src/main/java/com/sparrowwallet/sparrow/control/MnemonicKeystoreImportPane.java

@ -54,7 +54,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane {
private final SimpleStringProperty passphraseProperty = new SimpleStringProperty(); private final SimpleStringProperty passphraseProperty = new SimpleStringProperty();
public MnemonicKeystoreImportPane(Wallet wallet, KeystoreMnemonicImport importer) { public MnemonicKeystoreImportPane(Wallet wallet, KeystoreMnemonicImport importer) {
super(importer.getName(), "Mnemonic import", importer.getKeystoreImportDescription(), "image/" + importer.getWalletModel().getType() + ".png"); super(importer.getName(), "Seed import", importer.getKeystoreImportDescription(), "image/" + importer.getWalletModel().getType() + ".png");
this.wallet = wallet; this.wallet = wallet;
this.importer = importer; this.importer = importer;

Loading…
Cancel
Save