From 7dff2fe2da79559685baa769607362dd45622119 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 18 Jun 2010 08:03:32 -0400
Subject: [PATCH] Use existing label for preview pane which is more descriptive

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

diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 659d8dd..0ceb99a 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -199,6 +199,7 @@
 $labels['firstname'] = 'Vorname';
 $labels['surname'] = 'Nachname';
 $labels['email'] = 'E-Mail';
+$labels['contacts'] = 'Kontakte';
 $labels['addcontact'] = 'Kontakt hinzufügen';
 $labels['editcontact'] = 'Kontakt bearbeiten';
 $labels['edit'] = 'Bearbeiten';

--
Gitblit v1.9.1