summaryrefslogtreecommitdiff
path: root/client/as-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/as-util.c')
-rw-r--r--client/as-util.c4
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) {