We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c034dbe commit 9e4eed9Copy full SHA for 9e4eed9
src/main/java/com/sparrowwallet/sparrow/AppController.java
@@ -636,7 +636,7 @@ public InputStream openStream() {
636
} catch(TransactionParseException e) {
637
showErrorDialog("Invalid transaction", e.getMessage());
638
} catch(Exception e) {
639
- showErrorDialog("Invalid file", "Cannot recognise the format of this file.");
+ showErrorDialog("Invalid file", "Cannot recognise the format of the " + file.getName() + " file.");
640
}
641
642
0 commit comments