Skip to content

Commit 3d4c5c0

Browse files
authored
Update preference text to 'Download referenced files (PDFs, ...) (#12582)
* Update preference text to 'Download referenced files (PDFs, ...)' for clarity #12560 * Update checkbox label from "Download linked online files" to "Download referenced files (PDFs, ...)"
1 parent a57f2be commit 3d4c5c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</GridPane>
5555
</HBox>
5656
<HBox spacing="4">
57-
<CheckBox fx:id="downloadLinkedOnlineFiles" text="%Download linked online files"/>
57+
<CheckBox fx:id="downloadLinkedOnlineFiles" text="%Download referenced files (PDFs, ...)"/>
5858
<CheckBox fx:id="showEntryInformation" text="%Show BibTeX source"/>
5959
</HBox>
6060
</VBox>

src/main/java/org/jabref/gui/preferences/websearch/WebSearchTab.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Label styleClass="sectionHeader" text="%General"/>
2020
<CheckBox fx:id="enableWebSearch" text="%Enable web search"/>
2121
<CheckBox fx:id="warnAboutDuplicatesOnImport" text="%Warn about duplicates on import"/>
22-
<CheckBox fx:id="downloadLinkedOnlineFiles" text="%Download linked online files"/>
22+
<CheckBox fx:id="downloadLinkedOnlineFiles" text="%Download referenced files (PDFs, ...)"/>
2323
<CheckBox fx:id="keepDownloadUrl" text="%Store url for downloaded file" />
2424
<HBox alignment="BASELINE_LEFT" spacing="10">
2525
<Label text="%Default plain citation parser"/>

src/main/resources/l10n/JabRef_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ Select\ all\ new\ entries=Select all new entries
20302030
Select\ all\ entries=Select all entries
20312031
Total\ items\ found\:=Total items found:
20322032
Selected\ items\:=Selected items:
2033-
Download\ linked\ online\ files=Download linked online files
2033+
Download\ referenced\ files\ (PDFs,\ ...)=Download referenced files (PDFs, ...)
20342034
Select\ the\ entries\ to\ be\ imported\:=Select the entries to be imported\:
20352035
Open\ Help\ page=Open Help page
20362036
Add\ new\ keyword=Add new keyword

0 commit comments

Comments
 (0)