We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3568be0 + c7dd9cc commit dfe762aCopy full SHA for dfe762a
src/main/java/net/sf/jabref/imports/BibtexParser.java
@@ -979,7 +979,8 @@ public void checkEntryTypes(ParserResult _pr) {
979
// "+be.getType().getName());
980
_pr
981
.addWarning(Globals.lang("unknown entry type") + ": "
982
- + be.getType().getName() + ". " + Globals.lang("Type set to 'other'")
+ + be.getType().getName() + ":" + be.getField(BibtexFields.KEY_FIELD)
983
+ + " . " + Globals.lang("Type set to 'other'")
984
+ ".");
985
be.setType(BibtexEntryType.OTHER);
986
}
0 commit comments