From 1ea20a65c2bc27a161e7caaf1ebe53556037fef5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 30 Jul 2017 10:39:18 +0000 Subject: [PATCH] Load missing 'showmore' label localization --- plugins/libcalendaring/libcalendaring.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/libcalendaring/libcalendaring.php b/plugins/libcalendaring/libcalendaring.php index 8a7de9b2..1053f8e9 100644 --- a/plugins/libcalendaring/libcalendaring.php +++ b/plugins/libcalendaring/libcalendaring.php @@ -137,7 +137,7 @@ class libcalendaring extends rcube_plugin 'statusorganizer', 'statusaccepted', 'statusdeclined', 'statusdelegated', 'statusunknown', 'statusneeds-action', 'statustentative', 'statuscompleted', 'statusin-process', - 'delegatedto', 'delegatedfrom' + 'delegatedto', 'delegatedfrom', 'showmore' ); }