Skip to content

Commit 8b96e6b

Browse files
committed
fix: A typo
1 parent d2cea1b commit 8b96e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jabgui/src/main/resources/org/jabref/gui/libraryproperties/constants/ConstantsProperties.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<?import javafx.scene.layout.VBox?>
1010
<?import org.jabref.gui.icon.JabRefIconView?>
1111
<fx:root spacing="10.0" type="VBox"
12-
xmlns="http://javafx.com/ja\vafx" xmlns:fx="http://javafx.com/fxml"
12+
xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml"
1313
fx:controller="org.jabref.gui.libraryproperties.constants.ConstantsPropertiesView">
1414
<HBox alignment="BOTTOM_LEFT" spacing="8.0">
1515
<Label styleClass="sectionHeader" text="%String constants"/>

0 commit comments

Comments
 (0)