[evolution/wip/gsettings] Bug 656035. Add missing colon to string



commit 0e3e422941b0be4fef3dc76c45a6c4659f456c35
Author: Andre Klapper <a9016009 gmx de>
Date:   Sat Aug 6 08:52:47 2011 +0200

    Bug 656035. Add missing colon to string

 filter/e-filter-rule.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/filter/e-filter-rule.c b/filter/e-filter-rule.c
index 1a7441f..aa4d641 100644
--- a/filter/e-filter-rule.c
+++ b/filter/e-filter-rule.c
@@ -756,7 +756,7 @@ filter_rule_get_widget (EFilterRule *rule,
 			N_("No reply or parent")
 		};
 
-		label = gtk_label_new_with_mnemonic (_("I_nclude threads"));
+		label = gtk_label_new_with_mnemonic (_("I_nclude threads:"));
 		combobox = gtk_combo_box_text_new ();
 
 		for (i=0;i<5;i++) {



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