diff --git a/src/main/java/org/jabref/gui/preferences/entry/EntryTabViewModel.java b/src/main/java/org/jabref/gui/preferences/entry/EntryTabViewModel.java index 55a61a12bdc3..2c1a44d0d2bb 100644 --- a/src/main/java/org/jabref/gui/preferences/entry/EntryTabViewModel.java +++ b/src/main/java/org/jabref/gui/preferences/entry/EntryTabViewModel.java @@ -72,7 +72,7 @@ public void storeSettings() { ownerPreferences.setOverwriteOwner(markOwnerOverwriteProperty.getValue()); timestampPreferences.setAddCreationDate(addCreationDateProperty.getValue()); - timestampPreferences.setAddModificationDate(addModificationDateProperty.getValue());} + timestampPreferences.setAddModificationDate(addModificationDateProperty.getValue()); } public StringProperty keywordSeparatorProperty() { return keywordSeparatorProperty; diff --git a/src/main/java/org/jabref/model/groups/PopularityGroup.java b/src/main/java/org/jabref/model/groups/PopularityGroup.java index 0e115ae234b5..749fe1c3c72c 100644 --- a/src/main/java/org/jabref/model/groups/PopularityGroup.java +++ b/src/main/java/org/jabref/model/groups/PopularityGroup.java @@ -17,7 +17,7 @@ import static org.jabref.gui.desktop.os.NativeDesktop.getOtherDataDir; /** - * This group contains entries that have been viewed more than once. + * This group contains the top viewed entries that have been viewed more than once. * {@link StandardField#GROUPS}. */ public class PopularityGroup extends AbstractGroup {