From bc615988fea001a6fab97127c95056fa7904cc6e Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sat, 20 Oct 2012 12:22:08 -0400
Subject: [PATCH] Short text label in en_GB

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

diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index cb9c25c..4129fba 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/labels.inc
@@ -95,7 +95,7 @@
 $labels['today'] = 'Today';
 $labels['refresh'] = 'Refresh';
 $labels['checkmail'] = 'Check for new messages';
-$labels['compose'] = 'Compose a message';
+$labels['compose'] = 'Compose';
 $labels['writenewmessage'] = 'Create a new message';
 $labels['reply'] = 'Reply';
 $labels['replytomessage'] = 'Reply to sender';

--
Gitblit v1.9.1