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 1/3] 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 d46d8f51..11079522 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", From 768233139ea6975bcdc296aa98cc2bea8485567b Mon Sep 17 00:00:00 2001 From: leela <52065244+leela52452@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:20:54 +0000 Subject: [PATCH 2/3] typo is, added --- 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 11079522..5f225708 100644 --- a/src/as-validator-issue-tag.h +++ b/src/as-validator-issue-tag.h @@ -390,7 +390,7 @@ AsValidatorIssueTag as_validator_issue_tag_list[] = { { "unknown-desktop-id", AS_ISSUE_SEVERITY_ERROR, - N_("The given values in not an identifier for a desktop environment as registered with Freedesktop.org."), + N_("The given values is not an identifier for a desktop environment as registered with Freedesktop.org."), }, { "launchable-unknown-type", From 1cec8c18022623b824c3199a2881a3ff57d961e6 Mon Sep 17 00:00:00 2001 From: leela <52065244+leela52452@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:23:59 +0000 Subject: [PATCH 3/3] typo unknown, trailing stop added --- 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 5f225708..57c8b290 100644 --- a/src/as-validator-issue-tag.h +++ b/src/as-validator-issue-tag.h @@ -561,7 +561,7 @@ AsValidatorIssueTag as_validator_issue_tag_list[] = { { "root-tag-unknown", AS_ISSUE_SEVERITY_ERROR, - N_("This XML document has an Unknown root tag, Maybe this file is not a metainfo document?"), + N_("This XML document has an unknown root tag. Maybe this file is not a metainfo document?"), }, { "metainfo-filename-cid-mismatch",