mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Merge pull request #937 from RumovZ/clarify-ftl-hints
Clarify comments in search.ftl
This commit is contained in:
commit
dd2c52861e
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue