aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-rdf.c')
-rw-r--r--my-evolution/e-summary-rdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c
index 5fed306fff..5677e5628d 100644
--- a/my-evolution/e-summary-rdf.c
+++ b/my-evolution/e-summary-rdf.c
@@ -308,7 +308,7 @@ display_doc (RDF *r)
"width=\"48\" height=\"48\"><b>");
if (r->cache == NULL) {
- g_string_append (html, _("There was an error downloading news feed</dt>"));
+ g_string_append (html, _("There was an error downloading news feed</b></dt>"));
} else {
tree_walk (r->cache->root, r, html);
}