-
Notifications
You must be signed in to change notification settings - Fork 17
Rename "Create backup" preference to "Create backups" #780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -123,7 +123,7 @@ private void buildView() { | |
| .checkbox(Localization.lang("Always reformat library on save and export"), viewModel.alwaysReformatBibProperty()) | ||
| .checkbox(Localization.lang("Autosave local libraries"), viewModel.autosaveLocalLibrariesProperty(), | ||
| autosave -> autosave.help(HelpFile.AUTOSAVE)) | ||
| .checkWithField(Localization.lang("Create backup"), viewModel.createBackupProperty(), | ||
| .checkWithField(Localization.lang("Create backups"), viewModel.createBackupProperty(), | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 2. Translated settings lose their label GeneralTab.buildView() now requests the Create backups localization key, while the non-English bundles still define only Create backup. When a non-English locale is active, the missing lookup falls back to the English key text instead of the translated label, affecting the General preferences checkbox. Agent Prompt
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 Generated with Claude Code Not done: only JabRef_en.properties lives here; other bundles come from Crowdin, English fallback intended. |
||
| viewModel.backupDirectoryProperty(), | ||
| directory -> directory | ||
| .grow() | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.