diff --git a/chrome/content/zotero/feedSettings.xul b/chrome/content/zotero/feedSettings.xul index 2cc6e22140..241ba3022e 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 450b875010..aa04324f67 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 85a4880a63..fb9ae5a66d 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 356d9b8434..5e81de8ed9 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -266,7 +266,7 @@ - +