Skip to content

Commit d6e015a

Browse files
committed
whether
1 parent 6ed1cc1 commit d6e015a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/jabref/gui/preferences/network/NetworkTab.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<fx:root spacing="10.0" type="VBox" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.jabref.gui.preferences.network.NetworkTab">
1919
<Label styleClass="titleHeader" text="%Network" />
2020
<CheckBox fx:id="versionCheck" text="%Check for latest version online"/>
21-
<Label text="%If you encounter an issue or a bug, please check the latest version, if the issue is still present." wrapText="true"/>
21+
<Label text="%If you encounter an issue or a bug, please check the latest version, whether the issue is still present." wrapText="true"/>
2222
<Label styleClass="sectionHeader" text="%Remote operation" />
2323
<Label fx:id="remoteLabel" text="%This feature lets new files be opened or imported into an already running instance of JabRef instead of opening a new instance. For instance, this is useful when you open a file in JabRef from your web browser. Note that this will prevent you from running more than one instance of JabRef at a time." textOverrun="CLIP" wrapText="true" />
2424
<HBox alignment="CENTER_LEFT" spacing="10.0">

src/main/resources/l10n/JabRef_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Incorrect\ ISSN\ format=Incorrect ISSN format
493493
Error\ accessing\ catalog=Error accessing catalog
494494

495495
Check\ for\ latest\ version\ online=Check for latest version online
496-
If\ you\ encounter\ an\ issue\ or\ a\ bug,\ please\ check\ the\ latest\ version,\ if\ the\ issue\ is\ still\ present.=If you encounter an issue or a bug, please check the latest version, if the issue is still present.
496+
If\ you\ encounter\ an\ issue\ or\ a\ bug,\ please\ check\ the\ latest\ version,\ whether\ the\ issue\ is\ still\ present.=If you encounter an issue or a bug, please check the latest version, whether the issue is still present.
497497

498498
Keep\ both=Keep both
499499

0 commit comments

Comments
 (0)