Skip to content

Commit

Permalink
validator: Mention length limit in summary length warning message
Browse files Browse the repository at this point in the history
Resolves: #648
  • Loading branch information
ximion committed Dec 8, 2024
1 parent 7be9192 commit 8e87724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/as-validator-issue-tag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8e87724

Please sign in to comment.