diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index d4d9df50f4..d143117582 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -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) {