Fix spacing of sync auto-change log message
This commit is contained in:
parent
877b8741ae
commit
9b5327ecd7
1 changed files with 1 additions and 1 deletions
|
@ -3786,7 +3786,7 @@ Zotero.Sync.Server.Data = new function() {
|
|||
}
|
||||
|
||||
var msg = Zotero.getString('sync.conflict.autoChange.log', itemType) + "\n\n";
|
||||
msg += Zotero.getString('sync.conflict.localVersion', localName);
|
||||
msg += Zotero.getString('sync.conflict.localVersion', localName) + "\n";
|
||||
msg += Zotero.getString('sync.conflict.remoteVersion', remoteName);
|
||||
msg += "\n\n";
|
||||
if (localDelete) {
|
||||
|
|
Loading…
Reference in a new issue