From e9ea57e9ac9a467d22ef20a1acf3527017e46c7e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 17 Nov 2021 09:37:11 -0500 Subject: [PATCH] Use real quotes (i.e. not HTML encoded) So that translators can replace them mor eeasily with whatever quotes is most appropriate for the language. --- 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 77414fedd..a7c3598d6 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -965,7 +965,7 @@ "description": "An entry in the widget used to select the type of issue" }, "supportS6Checkbox1": { - "message": "Label the web page as “NSFW” (“Not Safe For Work”)", + "message": "Label the web page as “NSFW” (“Not Safe For Work”)", "description": "A checkbox to use for NSFW sites" }, "supportRedact": {