aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-itip-control.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-12-10 01:55:15 +0800
committerMilan Crha <mcrha@redhat.com>2009-12-10 01:55:15 +0800
commit65931feb2a497c348c166e90b76764d32efa7323 (patch)
treed3b4490b11f7c9955e8e777e310bc370d3b793bc /calendar/gui/e-itip-control.c
parentfe29acd5a966fbacd76aa4ace71450571291418e (diff)
downloadgsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar
gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.gz
gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.bz2
gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.lz
gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.xz
gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.zst
gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.zip
Bug #591938 - Update translator's comments
Diffstat (limited to 'calendar/gui/e-itip-control.c')
-rw-r--r--calendar/gui/e-itip-control.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c
index 5b995d60a0..a91812ce0c 100644
--- a/calendar/gui/e-itip-control.c
+++ b/calendar/gui/e-itip-control.c
@@ -929,9 +929,8 @@ set_date_label (EItipControl *itip,
datetime.tzid = NULL;
e_cal_component_get_completed (comp, &datetime.value);
if (type == E_CAL_COMPONENT_TODO && datetime.value) {
- /* Pass TRUE as is_utc, so it gets converted to the current
- timezone. */
str = g_strdup_printf ("<b>%s:</b>", _("Completed"));
+ /* Pass TRUE as is_utc, so it gets converted to the current timezone. */
datetime.value->is_utc = TRUE;
write_label_piece (itip, &datetime, buffer, str, "<br>", FALSE);
wrote = TRUE;