Skip to content

Commit

Permalink
Fix localization
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 20, 2024
1 parent 55bc9fc commit 38d618a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class ManageStudyDefinitionView extends BaseDialog<SlrStudyAndDirectory>
*/
public ManageStudyDefinitionView(Path pathToStudyDataDirectory) {
this.pathToStudyDataDirectory = pathToStudyDataDirectory;
this.setTitle("Define study parameters");
this.setTitle(Localization.lang("Define study parameters"));
this.study = Optional.empty();

ViewLoader.view(this)
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ Entry\ Title\ (Required\ to\ deliver\ recommendations.)=Entry Title (Required to
Error=Error
Error\ occurred\ when\ parsing\ entry=Error occurred when parsing entry
Error\ during\ persistence\ of\ crawling\ results.=Error during persistence of crawling results.
Error\ during\ reading\ of\ study\ definition\ file.=Error during reading of study definition file.
'%0'\ exists.\ Overwrite\ file?='%0' exists. Overwrite file?
Export=Export
Export\ preferences=Export preferences
Expand Down Expand Up @@ -2438,6 +2437,7 @@ Entry\ types=Entry types
Others=Others
Recommended=Recommended
Define\ study\ parameters=Define study parameters
Authors\ and\ Title=Authors and Title
Catalog=Catalog
Catalogs=Catalogs
Expand All @@ -2450,6 +2450,7 @@ Research\ Questions=Research Questions
Study\ Title\:=Study Title\:
Start\ new\ systematic\ literature\ review=Start new systematic literature review
Manage\ study\ definition=Manage study definition
Error\ during\ reading\ of\ study\ definition\ file.=Error during reading of study definition file.
Update\ study\ search\ results=Update study search results
Study\ repository\ could\ not\ be\ created=Study repository could not be created
Expand Down

0 comments on commit 38d618a

Please sign in to comment.