From a0978905fb2b98a3eee30324abd19dca288aae12 Mon Sep 17 00:00:00 2001 From: leela <52065244+leela52452@users.noreply.github.com> Date: Wed, 28 Aug 2019 10:02:52 +0000 Subject: [PATCH] typo replace "Manu" with "Menu" in... ...text: The category defined in the .desktop file is not valid. Refer to the XDG Manu Specification for a list of valid categories. --- 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 d46d8f51d..11079522b 100644 --- a/src/as-validator-issue-tag.h +++ b/src/as-validator-issue-tag.h @@ -581,7 +581,7 @@ AsValidatorIssueTag as_validator_issue_tag_list[] = { { "desktop-file-category-invalid", AS_ISSUE_SEVERITY_WARNING, - N_("The category defined in the .desktop file is not valid. Refer to the XDG Manu Specification for a list of valid categories."), + N_("The category defined in the .desktop file is not valid. Refer to the XDG Menu Specification for a list of valid categories."), }, { "dir-no-metadata.found",