Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
</columnResizePolicy>
</TableView>

<Label styleClass="sectionHeader" text="%Web search fetchers"/>
<Label styleClass="sectionHeader" text="%Pre-selected fetchers"/>
<VBox fx:id="fetchersContainer"/>
</fx:root>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class CompositeSearchBasedFetcher implements SearchBasedFetcher {

public static final String FETCHER_NAME = "Search pre-configured";
public static final String FETCHER_NAME = "Search pre-selected";

private static final Logger LOGGER = LoggerFactory.getLogger(CompositeSearchBasedFetcher.class);

Expand Down
2 changes: 1 addition & 1 deletion jablib/src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,7 @@ JabRef\ cannot\ access\ the\ file\ because\ it\ is\ being\ used\ by\ another\ pr

Remove\ line\ breaks=Remove line breaks
Removes\ all\ line\ breaks\ in\ the\ field\ content.=Removes all line breaks in the field content.
Web\ search\ fetchers=Web search fetchers
Pre-selected\ fetchers=Pre-selected fetchers
Custom\ API\ key=Custom API key
API\ Key\ for\ %0=API Key for %0
Test\ connection=Test connection
Expand Down