Add ellipses to Rebuild/Clear Index buttons in prefs
And add punctuation.ellipsis localized string
This commit is contained in:
parent
481e00bfc8
commit
a75192d744
|
@ -28,9 +28,11 @@
|
|||
Zotero_Preferences.Search = {
|
||||
init: function () {
|
||||
document.getElementById('fulltext-rebuildIndex').setAttribute('label',
|
||||
Zotero.getString('zotero.preferences.search.rebuildIndex'));
|
||||
Zotero.getString('zotero.preferences.search.rebuildIndex')
|
||||
+ Zotero.getString('punctuation.ellipsis'));
|
||||
document.getElementById('fulltext-clearIndex').setAttribute('label',
|
||||
Zotero.getString('zotero.preferences.search.clearIndex'));
|
||||
Zotero.getString('zotero.preferences.search.clearIndex')
|
||||
+ Zotero.getString('punctuation.ellipsis'));
|
||||
this.updatePDFToolsStatus();
|
||||
|
||||
this.updateIndexStats();
|
||||
|
|
|
@ -62,6 +62,7 @@ general.operationInProgress.waitUntilFinishedAndTryAgain = Please wait until it
|
|||
punctuation.openingQMark = "
|
||||
punctuation.closingQMark = "
|
||||
punctuation.colon = :
|
||||
punctuation.ellipsis = …
|
||||
|
||||
install.quickStartGuide = Zotero Quick Start Guide
|
||||
install.quickStartGuide.message.welcome = Welcome to Zotero!
|
||||
|
|
Loading…
Reference in New Issue
Block a user