From 8c41658c787420db7cf68f28ad381a769478f1dc Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 6 Aug 2007 07:11:57 +0000 Subject: 2007-08-06 mcrha Partially fix bug #401533 svn path=/trunk/; revision=33954 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-cal-component-memo-preview.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8f64ada556..4de75a6da4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2007-08-06 Milan Crha + + ** Partially fix bug #401533 + + * gui/e-cal-component-memo-preview.c: (write_html): + Text marked to localize. + 2007-08-06 Milan Crha ** Fix for bug #463129 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, "

Categories: "); + gtk_html_stream_printf(stream, "

%s: ", _("Categories")); for (node = l; node != NULL; node = node->next) { const char *icon_file; -- cgit v1.2.3