From c0f9d291fccbe0608cfd1d1765aa87592349ead3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 May 2009 23:16:08 -0400 Subject: =?UTF-8?q?Bug=20577482=20=E2=80=93=20Bad=20strings=20in=20plugins?= =?UTF-8?q?/itip-formatter/itip-view.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/itip-formatter/itip-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/itip-formatter/itip-view.c b/plugins/itip-formatter/itip-view.c index 3e7ebc6e38..32fa3104cc 100644 --- a/plugins/itip-formatter/itip-view.c +++ b/plugins/itip-formatter/itip-view.c @@ -1909,9 +1909,9 @@ itip_view_set_source_list (ItipView *view, ESourceList *source_list) if (priv->type == E_CAL_SOURCE_TYPE_EVENT) priv->escb_header = gtk_label_new_with_mnemonic (_("_Calendar:")); else if (priv->type == E_CAL_SOURCE_TYPE_TODO) - priv->escb_header = gtk_label_new_with_mnemonic (_("_Tasks :")); + priv->escb_header = gtk_label_new_with_mnemonic (_("_Tasks:")); else if (priv->type == E_CAL_SOURCE_TYPE_JOURNAL) - priv->escb_header = gtk_label_new_with_mnemonic (_("Memos :")); + priv->escb_header = gtk_label_new_with_mnemonic (_("_Memos:")); gtk_label_set_selectable (GTK_LABEL (priv->escb_header), TRUE); gtk_label_set_mnemonic_widget (GTK_LABEL (priv->escb_header), priv->escb); -- cgit v1.2.3