www

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

commit a75192d744335073fc5bd8e3783b5eedcb4b744d
parent 481e00bfc83578bb8e94e54fcc848db68f006dd3
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 19 Nov 2013 15:52:30 -0500

Add ellipses to Rebuild/Clear Index buttons in prefs

And add punctuation.ellipsis localized string

Diffstat:
Mchrome/content/zotero/preferences/preferences_search.js | 6++++--
Mchrome/locale/en-US/zotero/zotero.properties | 1+
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/preferences/preferences_search.js b/chrome/content/zotero/preferences/preferences_search.js @@ -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(); diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties @@ -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!