[evolution] Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.c



commit c0f9d291fccbe0608cfd1d1765aa87592349ead3
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat May 2 23:16:08 2009 -0400

    Bug 577482 â?? Bad strings in plugins/itip-formatter/itip-view.c
---
 plugins/itip-formatter/itip-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/itip-formatter/itip-view.c b/plugins/itip-formatter/itip-view.c
index 3e7ebc6..32fa310 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]