From 2e07947a51153a9c8feddd9e28e81b8affa368ec Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 3 Dec 2012 17:55:55 +0100 Subject: Bug #502516 - Avoid "source" string in user visible dialogs --- plugins/mail-to-task/mail-to-task.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/mail-to-task') diff --git a/plugins/mail-to-task/mail-to-task.c b/plugins/mail-to-task/mail-to-task.c index a9a2042bef..042c2d3e7d 100644 --- a/plugins/mail-to-task/mail-to-task.c +++ b/plugins/mail-to-task/mail-to-task.c @@ -857,13 +857,13 @@ do_mail_to_event (AsyncData *data) else { switch (e_cal_client_get_source_type (client)) { case E_CAL_CLIENT_SOURCE_TYPE_EVENTS: - report_error_idle (_("Selected source is read only, thus cannot create event there. Select other source, please."), NULL); + report_error_idle (_("Selected calendar is read only, thus cannot create event there. Select other calendar, please."), NULL); break; case E_CAL_CLIENT_SOURCE_TYPE_TASKS: - report_error_idle (_("Selected source is read only, thus cannot create task there. Select other source, please."), NULL); + report_error_idle (_("Selected task list is read only, thus cannot create task there. Select other task list, please."), NULL); break; case E_CAL_CLIENT_SOURCE_TYPE_MEMOS: - report_error_idle (_("Selected source is read only, thus cannot create memo there. Select other source, please."), NULL); + report_error_idle (_("Selected memo list is read only, thus cannot create memo there. Select other memo list, please."), NULL); break; default: g_assert_not_reached (); -- cgit v1.2.3