From 9e8f74c3e2e4204866bfc13161216809e9012014 Mon Sep 17 00:00:00 2001 From: RumovZ Date: Fri, 22 Jan 2021 00:11:09 +0100 Subject: [PATCH] Clarify comments in search.ftl --- ftl/core/search.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftl/core/search.ftl b/ftl/core/search.ftl index f4dafcf60..b2d556653 100644 --- a/ftl/core/search.ftl +++ b/ftl/core/search.ftl @@ -1,6 +1,6 @@ ## Errors shown when invalid search input is encountered. -## Text wrapped in `backticks` is literal search input, and should generally not to be altered. -## It's ok to change quotes however, eg: +## Text wrapped in `backticks` is literal search input, and should generally be preserved unaltered as should be the backticks themselves. +## It's ok to change quotes which aren't wrapped in backticks however, eg: ## "`{ $context }`" => 「`{ $context }`」 search-invalid-search = Invalid search: { $reason }