diff --git a/chrome/content/zotero/feedSettings.xul b/chrome/content/zotero/feedSettings.xul index 2cc6e2214..241ba3022 100644 --- a/chrome/content/zotero/feedSettings.xul +++ b/chrome/content/zotero/feedSettings.xul @@ -7,8 +7,8 @@ @@ -49,7 +49,7 @@ diff --git a/chrome/content/zotero/preferences/preferences_advanced.xul b/chrome/content/zotero/preferences/preferences_advanced.xul index 450b87501..aa04324f6 100644 --- a/chrome/content/zotero/preferences/preferences_advanced.xul +++ b/chrome/content/zotero/preferences/preferences_advanced.xul @@ -312,14 +312,14 @@ diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 85a4880a6..fb9ae5a66 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -2003,7 +2003,7 @@ var ZoteroPane = new function() url: feed.url, title: feed.name, ttl: feed.refreshInterval, - cleanAfter: feed.cleanupAfter + cleanupAfter: feed.cleanupAfter }; window.openDialog('chrome://zotero/content/feedSettings.xul', @@ -2012,7 +2012,7 @@ var ZoteroPane = new function() feed.name = data.title; feed.refreshInterval = data.ttl; - feed.cleanupAfter = data.cleanAfter; + feed.cleanupAfter = data.cleanupAfter; yield feed.saveTx(); }); diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index 356d9b843..5e81de8ed 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -266,7 +266,7 @@ - +