From c1997c9db77b93ccb2790199aae487388922cb47 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 4 Apr 2012 12:16:28 +0200 Subject: [PATCH] Add 'configuration' label for folders of type configuration --- plugins/kolab_zpush/localization/en_US.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/kolab_zpush/localization/en_US.inc b/plugins/kolab_zpush/localization/en_US.inc index 5160d91c..2537d4d5 100644 --- a/plugins/kolab_zpush/localization/en_US.inc +++ b/plugins/kolab_zpush/localization/en_US.inc @@ -18,6 +18,7 @@ $labels['contact'] = 'Address Books'; $labels['event'] = 'Calendars'; $labels['task'] = 'Tasks'; $labels['note'] = 'Notes'; +$labels['configuration'] = 'Configuration'; $labels['deletedevice'] = 'Delete device'; $labels['imageformat'] = 'Image format'; $labels['laxpiclabel'] = 'Allow PNG and GIF images';