Skip to content

Commit 2f6c288

Browse files
committed
Adopt library for database strings
1 parent d145735 commit 2f6c288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/jabref/gui/libraryproperties/LibraryPropertiesDialog.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</columnConstraints>
3333
<Label text="%Library encoding" />
3434
<ComboBox fx:id="encoding" prefWidth="250.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" />
35-
<Label text="%Database mode" GridPane.rowIndex="2" />
35+
<Label text="%Library mode" GridPane.rowIndex="2" />
3636
<ComboBox fx:id="databaseMode" prefWidth="250.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="2" />
3737
<columnConstraints>
3838
<ColumnConstraints />

src/main/resources/l10n/JabRef_en.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ Start\ on\ second\ duplicate\ key\ with\ letter\ B\ (b,\ c,\ ...)=Start on secon
20962096
Always\ add\ letter\ (a,\ b,\ ...)\ to\ generated\ keys=Always add letter (a, b, ...) to generated keys
20972097
Default\ pattern=Default pattern
20982098
Reset\ %s\ to\ default\ value=Reset %s to default value
2099-
Database\ mode=Database mode
2099+
Library\ mode=Library mode
21002100
Reset\ to\ recommended=Reset to recommended
21012101
Remove\ all=Remove all
21022102
Column\ type\ %0\ is\ unknown.=Column type %0 is unknown.

0 commit comments

Comments
 (0)