diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml index 2d281aa159..a6f902cf1b 100644 --- a/chrome/content/zotero/bindings/attachmentbox.xml +++ b/chrome/content/zotero/bindings/attachmentbox.xml @@ -255,7 +255,7 @@ var pages = Zotero.Fulltext.getPages(this.item.id); var pages = pages ? pages.total : null; if (pages) { - this._id("pages-label").value = Zotero.getString('itemFields.pages') + this._id("pages-label").value = Zotero.getString('itemFields.pages') + Zotero.getString('punctuation.colon'); this._id("pages").value = pages; pagesRow.hidden = false; @@ -477,7 +477,7 @@ str = 'general.yes'; break; } - this._id("index-status-label").value = Zotero.getString('fulltext.indexState.indexed') + this._id("index-status-label").value = Zotero.getString('fulltext.indexState.indexed') + Zotero.getString('punctuation.colon'); indexStatus.value = Zotero.getString(str); diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index 0f03bfc6e8..61dee77bdd 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -416,7 +416,7 @@ v = "[" + Zotero.getString('pane.item.noteEditor.clickHere') + "]"; } - this.id('tagsLabel').value = Zotero.getString('itemFields.tags') + this.id('tagsLabel').value = Zotero.getString('itemFields.tags') + Zotero.getString('punctuation.colon'); this.id('tagsClick').value = v; ]]> @@ -446,7 +446,7 @@ v = "[" + Zotero.getString('pane.item.noteEditor.clickHere') + "]"; } - this.id('seeAlsoLabel').value = Zotero.getString('itemFields.related') + this.id('seeAlsoLabel').value = Zotero.getString('itemFields.related') + Zotero.getString('punctuation.colon'); this.id('seeAlsoClick').value = v; ]]> diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index 488f60352e..d43a678b0f 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -1188,7 +1188,7 @@ Zotero.Sync.Storage = new function () { // but log a warning and skip the file else if (e.name == "NS_ERROR_FAILURE" && Zotero.isLinux && destFile.leafName.length > 130) { Zotero.debug(e); - var msg = Zotero.getString('sync.storage.error.encryptedFilenames', destFile.leafName); + var msg = Zotero.getString('sync.storage.error.encryptedFilenames', destFile.leafName); Components.utils.reportError(msg); return; } diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 5c690e0b48..67e794f308 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -2941,7 +2941,7 @@ var ZoteroPane = new function() var check = {value : false}; // TODO: Allow title to be specified? - var result = ps.prompt(null, Zotero.getString('pane.items.attach.link.uri.title'), + var result = ps.prompt(null, Zotero.getString('pane.items.attach.link.uri.title'), Zotero.getString('pane.items.attach.link.uri'), input, "", {}); if (!result || !input.value) return false; diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index e48536d064..2927e73cd9 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -456,7 +456,7 @@ save.error.cannotAddFilesToCollection = You cannot add files to the currently se ingester.saveToZotero = Save to Zotero ingester.saveToZoteroUsing = Save to Zotero using "%S" ingester.scraping = Saving Item… -ingester.scrapingTo = Saving to +ingester.scrapingTo = Saving to ingester.scrapeComplete = Item Saved ingester.scrapeError = Could Not Save Item ingester.scrapeErrorDescription = An error occurred while saving this item. Check %S for more information. @@ -759,14 +759,14 @@ sync.localGroupsWillBeRemoved1 = Local groups, including any with changed items sync.avoidCombiningData = To avoid combining or losing data, revert to the '%S' account or use the Reset options in the Sync pane of the Zotero preferences. sync.localGroupsWillBeRemoved2 = If you continue, local groups, including any with changed items, will be removed and replaced with groups linked to the '%1$S' account.\n\nTo avoid losing local changes to groups, be sure you have synced with the '%2$S' account before syncing with the '%1$S' account. -sync.conflict.autoChange.alert = One or more locally deleted Zotero %S have been modified remotely since the last sync.\u0020 -sync.conflict.autoChange.log = A Zotero %S has changed both locally and remotely since the last sync:\n\n +sync.conflict.autoChange.alert = One or more locally deleted Zotero %S have been modified remotely since the last sync.\u0020 +sync.conflict.autoChange.log = A Zotero %S has changed both locally and remotely since the last sync:\n\n sync.conflict.remoteVersionsKept = The remote versions have been kept. sync.conflict.remoteVersionKept = The remote version has been kept. sync.conflict.localVersionsKept = The local versions have been kept. sync.conflict.localVersionKept = The local version has been kept. -sync.conflict.recentVersionsKept = The most recent versions have been kept. -sync.conflict.recentVersionKept = The most recent version, '%S', has been kept. +sync.conflict.recentVersionsKept = The most recent versions have been kept. +sync.conflict.recentVersionKept = The most recent version, '%S', has been kept. sync.conflict.viewErrorConsole = \n\nView the %S Error Console for the full list of such changes. sync.conflict.localVersion = Local version: %S\n sync.conflict.remoteVersion = Remote version: %S\n