diff options
author | thomascube <thomas@roundcube.net> | 2008-09-05 09:41:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-05 09:41:27 +0000 |
commit | a6d7a9f791cb559dd1c0052f1ec709be017e6533 (patch) | |
tree | 30d7c4c6419a0f0657b2ee71f6c310aa96c2871a /program/localization/en_US/labels.inc | |
parent | c505e59a6d2cf45233c1e0de186b8d6fe9d804ba (diff) |
Better title for export icon + include source in export url
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | 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 ac43c85f9..dec9d4671 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -223,6 +223,7 @@ $labels['composeto'] = 'Compose mail to'; $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'; |