www

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

commit 02659cdde64bc0be7592e90eb4fab771f8340dc8
parent 698f3964b46efd5dd9f46f05f5a4a5d4a949ef23
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 11 Apr 2011 22:43:29 +0000

unspecified change


Diffstat:
Mchrome/content/zotero/preferences/preferences.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js @@ -1604,7 +1604,7 @@ function addStyle() { fp.init(window, Zotero.getString("zotero.preferences.styles.addStyle"), nsIFilePicker.modeOpen); fp.appendFilter("CSL Style", "*.csl"); - fp.appendFilter("EndNote Style", "*.ens"); + fp.appendFilter("ENS Style", "*.ens"); var rv = fp.show(); if (rv == nsIFilePicker.returnOK || rv == nsIFilePicker.returnReplace) {