www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 9b5327ecd78668cba01cee0bd57472e3345cd7a3
parent 877b8741ae2f78e7cb2ddbfe31957cedfdf17cf1
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  1 May 2013 23:58:48 -0400

Fix spacing of sync auto-change log message

Diffstat:
Mchrome/content/zotero/xpcom/sync.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {