Skip to content

Commit 98b9173

Browse files
committed
add l10n
1 parent 21bcbdb commit 98b9173

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/org/jabref/gui/duplicationFinder/DuplicateResolverDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum DuplicateResolverResult {
3838
KEEP_RIGHT(Localization.lang("Keep from import")),
3939
AUTOREMOVE_EXACT(Localization.lang("Automatically remove exact duplicates")),
4040
KEEP_MERGE(Localization.lang("Keep merged")),
41-
BREAK("Break");
41+
BREAK(Localization.lang("Ask every time"));
4242

4343
final String defaultTranslationForImport;
4444

src/main/resources/l10n/JabRef_en.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,3 +2637,4 @@ More\ options...=More options...
26372637
Options=Options
26382638
Treat\ all\ duplicates\ entries\ the\ same\ way=Treat all duplicates entries the same way
26392639
Applies\ the\ last\ chosen\ duplicate\ resolving\ strategy\ to\ all\ entries\ without\ showing\ a\ dialog.\ Uncheck\ this\ option\ to\ show\ the\ dialog\ again=Applies the last chosen duplicate resolving strategy to all entries without showing a dialog. Uncheck this option to show the dialog again
2640+
Ask\ every\ time=Ask every time

0 commit comments

Comments
 (0)