From 61ca7956cc035ad6f537953dce9e719c83c43af8 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 28 Nov 2014 02:44:03 -0500
Subject: [PATCH] Fix button label: ignore -> Ignore (#1490170)

---
 program/localization/en_CA/labels.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/localization/en_CA/labels.inc b/program/localization/en_CA/labels.inc
index b48b2f2..df46a84 100644
--- a/program/localization/en_CA/labels.inc
+++ b/program/localization/en_CA/labels.inc
@@ -374,7 +374,7 @@
 $labels['autosend'] = 'send receipt';
 $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me';
 $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore';
-$labels['ignore'] = 'ignore';
+$labels['ignore'] = 'Ignore';
 $labels['readwhendeleted'] = 'Mark the message as read on delete';
 $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete';
 $labels['skipdeleted'] = 'Do not show deleted messages';

--
Gitblit v1.9.1