Index: pages/preferences.tmpl |
=================================================================== |
--- a/pages/preferences.tmpl |
+++ b/pages/preferences.tmpl |
@@ -224,6 +224,10 @@ |
{{"Location of the filter list used to\n<a href=\"acceptable-ads\">allow non-intrusive ads</a>."|translate("subscriptions_exceptionsurl-s1")}} |
{% endmacro %} |
+{% macro subscriptions_exceptionsurlPrivacyDescription() %} |
+{{"Location of the filter list used to allow only nonintrusive ads that are privacy-friendly."|translate("subscriptions_exceptionsurl-privacy")}} |
+{% endmacro %} |
+ |
{% macro notificationurlDescription() %} |
{{"Location of the file containing emergency notifications."|translate("notificationurl-s1")}} |
{% endmacro %} |
@@ -550,6 +554,11 @@ |
"description": subscriptions_exceptionsurlDescription |
}, |
{ |
+ "name": "subscriptions_exceptionsurl_privacy", |
ire
2017/10/09 08:45:16
This name doesn't match the translation id used ab
saroyanm
2017/10/09 11:07:44
Yes it's not, It's the name which appears in the p
ire
2017/10/09 11:12:12
Oh okay. My bad, I thought there were supposed to
|
+ "default": "", |
+ "description": subscriptions_exceptionsurlPrivacyDescription |
+ }, |
+ { |
"name": "subscriptions_fallbackerrors", |
"default": "5", |
"description": subscriptions_fallbackerrorsDescription |