diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index c0cb3493d..b31059c90 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -424,8 +424,8 @@ "description": "English: dynamic rule syntax and full documentation." }, "whitelistPrompt":{ - "message":"Your list of host names for which uBlock₀ will be disabled. One entry per line. Invalid host names will be silently ignored.", - "description":"English: Your list of host names for which uBlock₀ will be disabled. One host name per line. Invalid host names will be silently ignored." + "message":"The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.", + "description":"English: An overview of the content of the dashboard's Whitelist pane." }, "whitelistImport":{ "message":"Import and append", diff --git a/src/css/common.css b/src/css/common.css index 8129dce82..ab51b32d8 100644 --- a/src/css/common.css +++ b/src/css/common.css @@ -15,7 +15,7 @@ body { background-color: white; color: black; - font: 14px "Noto Sans",sans-serif; + font: 14px sans-serif; } textarea { font-size: 90%; diff --git a/src/css/popup.css b/src/css/popup.css index d03f875ab..c04ddd739 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -95,6 +95,7 @@ body[dir="rtl"] #panes > div { direction: rtl; } #panes > div:nth-of-type(2) { + font-family: Noto Sans; overflow-y: auto; overflow-x: hidden; width: 24em; diff --git a/src/js/start.js b/src/js/start.js index f068262ca..12a583db4 100644 --- a/src/js/start.js +++ b/src/js/start.js @@ -99,10 +99,10 @@ var onPSLReady = function() { // To bring older versions up to date var onVersionReady = function(lastVersion) { - // After 1.9.16, non-advanced users can have access to the dynamic + // Starting with 1.9.17, non-advanced users can have access to the dynamic // filtering pane in read-only mode. Still, it should not be visible by // default. - if ( lastVersion.localeCompare('1.9.18') < 0 ) { + if ( lastVersion.localeCompare('1.9.17') < 0 ) { if ( µb.userSettings.advancedUserEnabled === false && µb.userSettings.dynamicFilteringEnabled === true diff --git a/src/whitelist.html b/src/whitelist.html index 1be089354..0059a3964 100644 --- a/src/whitelist.html +++ b/src/whitelist.html @@ -13,17 +13,15 @@
-

+

-

-

+

-