Skip to content

Commit

Permalink
updating text
Browse files Browse the repository at this point in the history
  • Loading branch information
mbadar committed May 28, 2020
1 parent 0ce7c8f commit 6a1940f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/preferences/FileTab.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<TextField fx:id="mainFileDir" HBox.hgrow="ALWAYS"/>
<Button onAction="#mainFileDirBrowse" text="%Browse"/>
</HBox>
<CheckBox fx:id="useBibLocationAsPrimary" text="%Search and store files relative to BIB file location">
<CheckBox fx:id="useBibLocationAsPrimary" text="%Search and store files relative to library file location">
<tooltip>
<Tooltip
text="%When downloading files, or moving linked files to the file directory, prefer the BIB file location rather than the file directory set above"/>
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 @@ -1096,7 +1096,7 @@ Web\ search=Web search
Style\ selection=Style selection
No\ valid\ style\ file\ defined=No valid style file defined
Choose\ pattern=Choose pattern
Search\ and\ store\ files\ relative\ to\ BIB\ file\ location=Search and store files relative to BIB file location
Search\ and\ store\ files\ relative\ to\ library\ file\ location=Search and store files relative to library file location
Could\ not\ run\ the\ gnuclient/emacsclient\ program.\ Make\ sure\ you\ have\ the\ emacsclient/gnuclient\ program\ installed\ and\ available\ in\ the\ PATH.=Could not run the gnuclient/emacsclient program. Make sure you have the emacsclient/gnuclient program installed and available in the PATH.
You\ must\ select\ either\ a\ valid\ style\ file,\ or\ use\ one\ of\ the\ default\ styles.=You must select either a valid style file, or use one of the default styles.

Expand Down

0 comments on commit 6a1940f

Please sign in to comment.