From 7eba08592d7e4cf03b850bf47f80201304487a89 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 23 Jul 2012 10:34:21 +0200 Subject: Added translation for variable modifiers --- plugins/managesieve/managesieve.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/managesieve/managesieve.php') diff --git a/plugins/managesieve/managesieve.php b/plugins/managesieve/managesieve.php index 7f591f5a8..b3be9c72c 100644 --- a/plugins/managesieve/managesieve.php +++ b/plugins/managesieve/managesieve.php @@ -1553,7 +1553,9 @@ class managesieve extends rcube_plugin foreach ($set_modifiers as $j => $s_m) { $s_m_id = 'action_varmods' . $id . $s_m; $out .= sprintf('%s
', - $id, $s_m, $s_m_id, (array_key_exists($s_m, (array)$action) && $action[$s_m] ? ' checked="checked"' : ''), $s_m); + $id, $s_m, $s_m_id, + (array_key_exists($s_m, (array)$action) && $action[$s_m] ? ' checked="checked"' : ''), + Q($this->gettext('var' . $s_m))); } $out .= ''; -- cgit v1.2.3