From 0079e0529a5a94bff8f7dc6e77e8f81a738b52cd Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Sat, 30 Dec 2023 05:37:58 +0100 Subject: [PATCH] validator: Remove mention of shorthands from relation-display-length-value-invalid --- 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 3c40c016..ff384639 100644 --- a/src/as-validator-issue-tag.h +++ b/src/as-validator-issue-tag.h @@ -400,7 +400,7 @@ AsValidatorIssueTag as_validator_issue_tag_list[] = { { "relation-display-length-value-invalid", AS_ISSUE_SEVERITY_WARNING, /* TRANSLATORS: Please do not translate AppStream tag and property names (in backticks). */ - N_("This `display_length` item contains an invalid display length. Its value must either be a shorthand string, or positive integer value denoting logical pixels. " + N_("This `display_length` item contains an invalid display length. Its value must be a positive integer value denoting logical pixels. " "Please refer to the AppStream specification for more information on this tag.") },