Skip to content

Commit

Permalink
Adopt library for database strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ka0o0 committed Nov 13, 2019
1 parent d145735 commit 2f6c288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</columnConstraints>
<Label text="%Library encoding" />
<ComboBox fx:id="encoding" prefWidth="250.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" />
<Label text="%Database mode" GridPane.rowIndex="2" />
<Label text="%Library mode" GridPane.rowIndex="2" />
<ComboBox fx:id="databaseMode" prefWidth="250.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="2" />
<columnConstraints>
<ColumnConstraints />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@ Start\ on\ second\ duplicate\ key\ with\ letter\ B\ (b,\ c,\ ...)=Start on secon
Always\ add\ letter\ (a,\ b,\ ...)\ to\ generated\ keys=Always add letter (a, b, ...) to generated keys
Default\ pattern=Default pattern
Reset\ %s\ to\ default\ value=Reset %s to default value
Database\ mode=Database mode
Library\ mode=Library mode
Reset\ to\ recommended=Reset to recommended
Remove\ all=Remove all
Column\ type\ %0\ is\ unknown.=Column type %0 is unknown.
Expand Down

0 comments on commit 2f6c288

Please sign in to comment.