From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- plugins/managesieve/localization/cs_CZ.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/managesieve/localization/cs_CZ.inc b/plugins/managesieve/localization/cs_CZ.inc index 6db6bac..21e8a69 100644 --- a/plugins/managesieve/localization/cs_CZ.inc +++ b/plugins/managesieve/localization/cs_CZ.inc @@ -23,7 +23,7 @@ $labels['filterdel'] = 'Smaž filtr'; $labels['moveup'] = 'Posunout nahoru'; $labels['movedown'] = 'Posunout dolů'; -$labels['filterallof'] = 'Odpovídají všechny pravidla'; +$labels['filterallof'] = 'Odpovídají všechna pravidla'; $labels['filteranyof'] = 'Odpovídá kterékoliv pravidlo'; $labels['filterany'] = 'Všechny zprávy'; $labels['filtercontains'] = 'obsahuje'; -- Gitblit v1.9.1