File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/jabref/gui/mergeentries Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public BatchEntryMergeTask(MergeContext context) {
40
40
}
41
41
42
42
private void configureTask () {
43
- setTitle (Localization .lang ("Fetching and merging entries " ));
43
+ setTitle (Localization .lang ("Fetching and merging entry(s) " ));
44
44
withInitialMessage (Localization .lang ("Starting merge operation..." ));
45
45
showToUser (true );
46
46
}
@@ -127,7 +127,7 @@ private void finalizeOperation(List<String> updatedEntries) {
127
127
private void notifySuccess (int updateCount ) {
128
128
String message = updateCount == 0
129
129
? Localization .lang ("No updates found." )
130
- : Localization .lang ("Batch update successful. %0 entries updated." , updateCount );
130
+ : Localization .lang ("Batch update successful. %0 entry(s) updated." , updateCount );
131
131
context .notificationService ().notify (message );
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments