Apply suggestions from code review

Tweak wording of template check errors.

Co-authored-by: Damien Elmes <dae@users.noreply.github.com>
This commit is contained in:
RumovZ 2021-05-27 13:40:33 +02:00 committed by GitHub
parent c61587b1de
commit e247da5ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,10 @@ card-templates-night-mode = Night Mode
card-templates-add-mobile-class = Add Mobile Class card-templates-add-mobile-class = Add Mobile Class
card-templates-preview-settings = Options card-templates-preview-settings = Options
card-templates-invalid-template-number = Card template { $number } in notetype '{ $notetype }' has a problem. card-templates-invalid-template-number = Card template { $number } in notetype '{ $notetype }' has a problem.
card-templates-identical-front = Its front side is identical to the one of card template { $number }. card-templates-identical-front = The front side is identical to card template { $number }.
card-templates-missing-cloze = The 'cloze' filter must be used on both sides of a cloze template. card-templates-missing-cloze = Expected to find '{{cloze:Text}}' or similar on the front and back of the card template.
card-templates-extraneous-cloze = The 'cloze' filter can only be used on cloze templates. card-templates-extraneous-cloze = 'cloze:' can only be used on cloze notetypes.
card-templates-see-preview = See the render preview for more information. card-templates-see-preview = See the preview for more information.
card-templates-changes-saved = Changes saved. card-templates-changes-saved = Changes saved.
card-templates-discard-changes = Discard changes? card-templates-discard-changes = Discard changes?
card-templates-add-card-type = Add Card Type... card-templates-add-card-type = Add Card Type...