From 8e8772445f9f63b10ffb8d73a525ee96499cb2d1 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sun, 8 Dec 2024 22:47:42 +0100 Subject: [PATCH] validator: Mention length limit in summary length warning message Resolves: #648 --- src/as-validator-issue-tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as-validator-issue-tag.h b/src/as-validator-issue-tag.h index cda42fa8..680553f3 100644 --- a/src/as-validator-issue-tag.h +++ b/src/as-validator-issue-tag.h @@ -526,7 +526,7 @@ AsValidatorIssueTag as_validator_issue_tag_list[] = { { "summary-too-long", AS_ISSUE_SEVERITY_WARNING, - N_("The summary text is very long, and will likely not be displayed properly everywhere.") + N_("The summary text is very long, and will likely not be displayed properly everywhere. It should be <= 90 characters.") }, { "icon-stock-cached-has-url",