From 97784437646839b1e7b2538829581d06e86c82d7 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Fri, 19 Apr 2019 14:38:54 +0200 Subject: [PATCH] Fixed description for "show notifications" Fixes #336 --- _locales/de/messages.json | 2 +- _locales/en/messages.json | 2 +- releaseNotes.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_locales/de/messages.json b/_locales/de/messages.json index 281c8cd..79c1a0d 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -684,7 +684,7 @@ "description": "" }, "showNotifications_description": { - "message": "Benachrichtigungen anzeigen, wenn der Blockiermodus auf \"Auslese-API vortäuschen\" gesetzt ist. Sie werden über den Icon in der Adresszeile und den Badge auf dem CanvasBlocker-Icon benachrichtigt.", + "message": "In der Adresseile wird ein Icon angezeigt, wenn etwas blockiert oder vorgetäuscht wird.", "description": "" }, "showNotifications_urlSpecific": { diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 13accf5..dcf5070 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -718,7 +718,7 @@ "description": "" }, "showNotifications_description": { - "message": "Show a notification when the block mode is set to \"fake readout API\". You get notified with the icon in the address bar and the badge on the CanvasBlocker icon.", + "message": "Shows a notification icon in the address bar when something is blocked or faked.", "description": "" }, "showNotifications_urlSpecific": { diff --git a/releaseNotes.txt b/releaseNotes.txt index 3c4645d..0be3270 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -11,6 +11,7 @@ Version 0.5.9: - search could show hidden settings - faking audio did not work with white random generator - enabled copying from settings description when they are "hidden" + - fixed description for "show notifications" known issues: - if a data URL is blocked the page action button does not appear