From c1ddf97c309acee83f754b9ac353d73f250cd651 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 9 Jul 2014 13:14:46 +0200 Subject: [PATCH] Add label for delegate status/action --- plugins/libcalendaring/localization/en_US.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/libcalendaring/localization/en_US.inc b/plugins/libcalendaring/localization/en_US.inc index fe31a94e..7e8c7175 100644 --- a/plugins/libcalendaring/localization/en_US.inc +++ b/plugins/libcalendaring/localization/en_US.inc @@ -75,6 +75,7 @@ $labels['itipreply'] = 'Reply to'; $labels['itipaccepted'] = 'Accept'; $labels['itiptentative'] = 'Maybe'; $labels['itipdeclined'] = 'Decline'; +$labels['itipdelegated'] = 'Delegate'; $labels['itipneeds-action'] = 'Postpone'; $labels['itipcomment'] = 'Your response'; $labels['itipeditresponse'] = 'Enter a response text';