From a6d7a9f791cb559dd1c0052f1ec709be017e6533 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 05 Sep 2008 05:41:27 -0400
Subject: [PATCH] Better title for export icon + include source in export url

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

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index ac43c85..dec9d46 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -223,6 +223,7 @@
 $labels['contactsfromto'] = 'Contacts $from to $to of $count';
 $labels['print']          = 'Print';
 $labels['export']         = 'Export';
+$labels['exportvcards']   = 'Export contacts in vCard format';
 
 $labels['previouspage']   = 'Show previous set';
 $labels['firstpage']      = 'Show first set';

--
Gitblit v1.9.1