From 3f36489c67887491385086180147a7e4475a349d Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 23 Dec 2009 17:11:59 +0100 Subject: Bug #329693 - Add contexts to translated "None" words --- calendar/gui/e-itip-control.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/e-itip-control.c') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index a91812ce0c..44ac2215e4 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1144,7 +1144,8 @@ write_html (EItipControl *itip, const gchar *itip_desc, const gchar *itip_title, /* Summary */ e_cal_component_get_summary (priv->comp, &text); - str = g_strdup_printf ("%s:", _("None")); + /* Translators: "None" used as a default value for events without Summary received by mail */ + str = g_strdup_printf ("%s", C_("cal-itip", "None")); html = text.value ? e_text_to_html_full (text.value, E_TEXT_TO_HTML_CONVERT_NL, 0) : str; g_string_append_printf ( -- cgit v1.2.3