| Index: chrome/content/ui/filters.xul | 
| =================================================================== | 
| --- a/chrome/content/ui/filters.xul | 
| +++ b/chrome/content/ui/filters.xul | 
| @@ -269,6 +269,10 @@ | 
| <label class="text-link" value="&viewList.label;" onclick="UI.loadInBrowser(Prefs.subscriptions_exceptionsurl);"/> | 
| <label class="text-link" value="&readMore.label;" onclick="UI.loadDocLink('acceptable_ads');"/> | 
| </description> | 
| +        <description id="sendStats-container"> | 
| +          <checkbox id="sendStats" label="&sendStats.label;" oncommand="toggleSendStats(this.checked);"/> | 
| +          <label class="text-link" value="&privacyPolicy.label;" onclick="UI.loadDocLink('privacy_filter_hits');"/> | 
| +        </description> | 
| </tabpanel> | 
| <tabpanel id="filtersTab" orient="vertical" flex="1"> | 
| <hbox pack="end"> | 
|  |