diff options
author | Richard Hughes <richard@hughsie.com> | 2016-08-10 10:39:34 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-08-10 10:39:34 +0100 |
commit | 7912ac9593940ff461e7ee6801565df106077369 (patch) | |
tree | e0819c5f619c952e1cf2dabbea75a1168da1a19d /client | |
parent | a567a8eeef06225426105a3868de11cffa5ff600 (diff) | |
download | appstream-glib-7912ac9593940ff461e7ee6801565df106077369.tar.gz |
trivial: Fix the comment text for 'help' when upgrading
Diffstat (limited to 'client')
-rw-r--r-- | client/as-util.c | 4 |
1 files 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", "<!-- http://www.homepage.com/docs/ -->", 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) { |