aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/itip-utils.c')
-rw-r--r--calendar/gui/itip-utils.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c
index 350fb5d850..b7b31dbf48 100644
--- a/calendar/gui/itip-utils.c
+++ b/calendar/gui/itip-utils.c
@@ -1123,11 +1123,8 @@ comp_server_send (ECalComponentItipMethod method,
_("Unable to book a resource, the "
"new event collides with some other."));
} else {
- gchar *msg = g_strconcat (
- _("Unable to book a resource, error: "),
- error->message, NULL);
- e_notice (NULL, GTK_MESSAGE_ERROR, msg);
- g_free (msg);
+ e_notice (NULL, GTK_MESSAGE_ERROR,
+ _("Unable to book a resource, error: %s"), error->message);
}
retval = FALSE;