We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JabRef
Learn more about funding links in repositories.
Report abuse
1 parent f266af3 commit 241502cCopy full SHA for 241502c
src/main/java/org/jabref/gui/mergeentries/MergeEntries.java
@@ -50,9 +50,9 @@ public class MergeEntries extends BorderPane {
50
// Headings
51
private final List<String> columnHeadings = Arrays.asList(Localization.lang("Field"),
52
Localization.lang("Left entry"),
53
- Localization.lang("Left"),
+ Localization.lang("\uD83E\uDC44"),
54
Localization.lang("None"),
55
- Localization.lang("Right"),
+ Localization.lang("\uD83E\uDC46"),
56
Localization.lang("Right entry"));
57
private final Set<Field> identicalFields = new HashSet<>();
58
private final Set<Field> differentFields = new HashSet<>();
0 commit comments