summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-09-18 14:34:00 +0200
committerKalev Lember <klember@redhat.com>2015-09-18 14:52:27 +0200
commit2eabdad84ba1c6e3a1ae7024bb0c6e60e2e1e30e (patch)
tree7f718aa7b736ac2311e5a9685552e662349c99f9 /client
parentdad7259e912d928166bfdb4e65d480cbdea19571 (diff)
downloadappstream-glib-2eabdad84ba1c6e3a1ae7024bb0c6e60e2e1e30e.tar.gz
Simplify veto messages for missing <name> and <summary>
Don't mention desktop file fallbacks now that we only include apps that have appdata.
Diffstat (limited to 'client')
-rw-r--r--client/as-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-util.c b/client/as-util.c
index e0aaae9..12d1a1d 100644
--- a/client/as-util.c
+++ b/client/as-util.c
@@ -2185,7 +2185,7 @@ as_util_matrix_html_write_app (AsApp *app, GString *html, AsUtilDistro distro)
as_util_matrix_html_write_item (&state_app,
AS_UTIL_PKG_STATE_FAIL,
str,
- "No comment in .desktop or summary in AppData file");
+ "No summary in AppData file");
} else {
as_util_matrix_html_write_item (NULL, AS_UTIL_PKG_STATE_OK, str, NULL);
}