[evolution] Bug 656035. Add missing colon to string
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 656035. Add missing colon to string
- Date: Sat, 6 Aug 2011 06:53:18 +0000 (UTC)
commit 5f01271bd48c6390ae690ce7f8f46e57e77d46f5
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]