aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-20 05:45:46 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-20 05:45:46 +0800
commit01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93 (patch)
tree70ab53106e1562907735aa4d8de06ea3cbb6f6d1 /my-evolution/e-summary-rdf.c
parent400b1300609256de46e00e6e1856680a6322d06d (diff)
downloadgsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.gz
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.bz2
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.lz
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.xz
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.zst
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.zip
HTML
svn path=/trunk/; revision=11240
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);
}