From 7912ac9593940ff461e7ee6801565df106077369 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 10 Aug 2016 10:39:34 +0100 Subject: trivial: Fix the comment text for 'help' when upgrading --- client/as-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/as-util.c b/client/as-util.c index dd975f1..c5899ed 100644 --- a/client/as-util.c +++ b/client/as-util.c @@ -391,8 +391,8 @@ as_util_convert_appdata (GFile *file_input, n3 = as_node_insert (n, "url", "", AS_NODE_INSERT_FLAG_PRE_ESCAPED, "type", "help", NULL); - as_node_set_comment (n3, "FIXME: where to report bugs for " - "the application"); + as_node_set_comment (n3, "FIXME: where on the internet users " + "can find help"); } } if (as_node_find_with_attribute (n, "url", "type", "translate") == NULL) { -- cgit v1.2.1