From 85c9e74999b59ff01807476ed703f59eb53fd802 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 15 Mar 2020 09:27:38 -0400 Subject: [PATCH] Do not repeat filter content in reverse lookup dialog No need to repeat content of filter when reverse lookup fails in logger's dialog. --- src/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 42eedbac4..808e8b361 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -744,7 +744,7 @@ "description":"Below this sentence, the filter list(s) in which the filter was found" }, "loggerStaticFilteringFinderSentence2":{ - "message":"Static filter {{filter}} could not be found in any of the currently enabled filter lists", + "message":"Static filter could not be found in any of the currently enabled filter lists", "description":"Message to show when a filter cannot be found in any filter lists" }, "loggerSettingDiscardPrompt":{