From 20a1b3a0e1a46266b149a23562bb71680e666edb Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 25 Sep 2005 12:53:38 -0400
Subject: [PATCH] *** empty log message ***

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

diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc
index 7dd0fc1..4b42413 100644
--- a/program/localization/en/labels.inc
+++ b/program/localization/en/labels.inc
@@ -90,7 +90,7 @@
 // toolbar buttons
 $labels['writenewmessage']  = 'Create a new message';
 $labels['replytomessage']   = 'Reply to the message';
-$labels['forwardmessage']   = 'Forwad the message';
+$labels['forwardmessage']   = 'Forward the message';
 $labels['deletemessage']    = 'Move message to trash';
 $labels['printmessage']     = 'Print this message';
 $labels['previousmessages'] = 'Show previous set of messages';
@@ -107,6 +107,7 @@
 $labels['sendmessage']  = 'Send the message now';
 $labels['addattachment']  = 'Attach a file';
 
+$labels['attachments'] = 'Attachments';
 $labels['upload'] = 'Upload';
 $labels['close']  = 'Close';
 

--
Gitblit v1.9.1