Skip to content

Commit

Permalink
fix l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Nov 4, 2023
1 parent 9170a1f commit 48ed6c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static boolean isJournalInfoEnabled(DialogService dialogService, EntryEdi
Localization.lang("Enable Journal Information Fetching?"),
Localization.lang("Would you like to enable fetching of journal information? This can be changed later in %0 > %1.",
Localization.lang("Preferences"),
Localization.lang("Entry editor"))
Localization.lang("Entry editor")), Localization.lang("Enable"), Localization.lang("Keep disabled")
);

preferences.setEnableJournalPopup(enableJournalPopup
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2604,3 +2604,10 @@ Pushing\ citations\ to\ TeXShop\ is\ only\ possible\ on\ macOS\!=Pushing citatio
Single\ instance=Single instance
Enforce\ single\ JabRef\ instance\ (and\ allow\ remote\ operations)\ using\ port=Enforce single JabRef instance (and allow remote operations) using port
Enable\ Journal\ Information\ Fetching?=Enable Journal Information Fetching?
Would\ you\ like\ to\ enable\ fetching\ of\ journal\ information?\ This\ can\ be\ changed\ later\ in\ %0\ >\ %1.=Would you like to enable fetching of journal information? This can be changed later in %0 > %1.
Enable=Enable
Keep\ disabled=Keep disabled

0 comments on commit 48ed6c4

Please sign in to comment.