Fix trailing whitespace from #264
This commit is contained in:
parent
0c60911fd1
commit
8333c68f77
5 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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;
|
||||
]]>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue