From 65931feb2a497c348c166e90b76764d32efa7323 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 9 Dec 2009 18:55:15 +0100 Subject: Bug #591938 - Update translator's comments --- calendar/gui/dialogs/task-details-page.ui | 16 ++++++++-------- calendar/gui/e-itip-control.c | 3 +-- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/task-details-page.ui b/calendar/gui/dialogs/task-details-page.ui index df6baef653..9655728adb 100644 --- a/calendar/gui/dialogs/task-details-page.ui +++ b/calendar/gui/dialogs/task-details-page.ui @@ -15,16 +15,16 @@ - High + High - Normal + Normal - Low + Low - Undefined + Undefined @@ -34,16 +34,16 @@ - Not Started + Not Started - In Progress + In Progress - Completed + Completed - Canceled + Canceled 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 ("%s:", _("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, "
", FALSE); wrote = TRUE; -- cgit v1.2.3