[evolution-data-server] Replace alarm by reminder for UI consistency. Fixes bug #340614
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Replace alarm by reminder for UI consistency. Fixes bug #340614
- Date: Tue, 2 Aug 2011 09:35:07 +0000 (UTC)
commit debd4b505558a760ff954c06f4f3b70370ff3b55
Author: Andre Klapper <a9016009 gmx de>
Date: Tue Aug 2 11:14:43 2011 +0200
Replace alarm by reminder for UI consistency. Fixes bug #340614
calendar/libedata-cal/e-data-cal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/libedata-cal/e-data-cal.c b/calendar/libedata-cal/e-data-cal.c
index ad7a278..c895fc5 100644
--- a/calendar/libedata-cal/e-data-cal.c
+++ b/calendar/libedata-cal/e-data-cal.c
@@ -1252,7 +1252,7 @@ e_data_cal_respond_discard_alarm (EDataCal *cal, guint32 opid, GError *error)
op_complete (cal, opid);
/* Translators: This is prefix to a detailed error message */
- g_prefix_error (&error, "%s", _("Could not discard alarm: "));
+ g_prefix_error (&error, "%s", _("Could not discard reminder: "));
e_gdbus_cal_emit_discard_alarm_done (cal->priv->gdbus_object, opid, error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]