Skip to content

Commit

Permalink
Change arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 26, 2019
1 parent f266af3 commit 241502c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jabref/gui/mergeentries/MergeEntries.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ public class MergeEntries extends BorderPane {
// Headings
private final List<String> columnHeadings = Arrays.asList(Localization.lang("Field"),
Localization.lang("Left entry"),
Localization.lang("Left"),
Localization.lang("\uD83E\uDC44"),
Localization.lang("None"),
Localization.lang("Right"),
Localization.lang("\uD83E\uDC46"),
Localization.lang("Right entry"));
private final Set<Field> identicalFields = new HashSet<>();
private final Set<Field> differentFields = new HashSet<>();
Expand Down

0 comments on commit 241502c

Please sign in to comment.