From e26eff7832d087ffaf83ebc1b3fc480e03eb4bcc Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 20 Jul 2007 16:07:11 +0000 Subject: Minor typos in strings. svn path=/trunk/; revision=33825 --- plugins/itip-formatter/itip-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/itip-formatter/itip-view.c') diff --git a/plugins/itip-formatter/itip-view.c b/plugins/itip-formatter/itip-view.c index d3995dd2e7..b2b71970a3 100644 --- a/plugins/itip-formatter/itip-view.c +++ b/plugins/itip-formatter/itip-view.c @@ -471,7 +471,7 @@ set_tasklist_sender_text (ItipView *view) break; case ITIP_VIEW_MODE_REPLY: if (priv->attendee_sentby) - sender = g_strdup_printf (_("%s through has sent back the following assigned task response:"), attendee, priv->attendee_sentby); + sender = g_strdup_printf (_("%s through %s has sent back the following assigned task response:"), attendee, priv->attendee_sentby); else sender = g_strdup_printf (_("%s has sent back the following assigned task response:"), attendee); break; -- cgit v1.2.3