Add ellipses to Rebuild/Clear Index buttons in prefs

And add punctuation.ellipsis localized string
This commit is contained in:
Dan Stillman 2013-11-19 15:52:30 -05:00
parent 481e00bfc8
commit a75192d744
2 changed files with 5 additions and 2 deletions

View File

@ -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();

View File

@ -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!