From 4a4d227e6c577c77ca1d315e990f1c94be4bf90b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 24 May 2009 10:17:41 -0400
Subject: [PATCH] - messagemenu label

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

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 19c09e5..0ad6584 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -140,8 +140,9 @@
 $labels['markmessages']     = 'Mark messages';
 $labels['markread']         = 'As read';
 $labels['markunread']       = 'As unread';
-$labels['markflagged']         = 'As flagged';
-$labels['markunflagged']       = 'As unflagged';
+$labels['markflagged']      = 'As flagged';
+$labels['markunflagged']    = 'As unflagged';
+$labels['messagemenu']      = 'Message menu';
 
 $labels['select'] = 'Select';
 $labels['all'] = 'All';

--
Gitblit v1.9.1