aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-component-memo-preview.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-06 15:11:57 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-06 15:11:57 +0800
commit8c41658c787420db7cf68f28ad381a769478f1dc (patch)
tree7f548ca9edb59785d14167a009b44b5327b36c74 /calendar/gui/e-cal-component-memo-preview.c
parentcc39598fdbae44294afcd1d3b53ef02cfa1e22e6 (diff)
downloadgsoc2013-evolution-8c41658c787420db7cf68f28ad381a769478f1dc.tar
gsoc2013-evolution-8c41658c787420db7cf68f28ad381a769478f1dc.tar.gz
gsoc2013-evolution-8c41658c787420db7cf68f28ad381a769478f1dc.tar.bz2
gsoc2013-evolution-8c41658c787420db7cf68f28ad381a769478f1dc.tar.lz
gsoc2013-evolution-8c41658c787420db7cf68f28ad381a769478f1dc.tar.xz
gsoc2013-evolution-8c41658c787420db7cf68f28ad381a769478f1dc.tar.zst
gsoc2013-evolution-8c41658c787420db7cf68f28ad381a769478f1dc.zip
2007-08-06 mcrha Partially fix bug #401533
svn path=/trunk/; revision=33954
Diffstat (limited to 'calendar/gui/e-cal-component-memo-preview.c')
-rw-r--r--calendar/gui/e-cal-component-memo-preview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-component-memo-preview.c b/calendar/gui/e-cal-component-memo-preview.c
index aeeb30ec79..4ae6854a27 100644
--- a/calendar/gui/e-cal-component-memo-preview.c
+++ b/calendar/gui/e-cal-component-memo-preview.c
@@ -166,7 +166,7 @@ write_html (GtkHTMLStream *stream, ECal *ecal, ECalComponent *comp, icaltimezone
GString *string = g_string_new (NULL);
- gtk_html_stream_printf(stream, "<H3>Categories: ");
+ gtk_html_stream_printf(stream, "<H3>%s: ", _("Categories"));
for (node = l; node != NULL; node = node->next) {
const char *icon_file;