From 84f2a72408a20e4e0eac7383aba9f4f672e61f9c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 18 Oct 2012 09:13:20 +0200 Subject: Fixed filter activation/deactivation confirmation message (#1488765) --- plugins/managesieve/localization/zh_CN.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/managesieve/localization/zh_CN.inc') diff --git a/plugins/managesieve/localization/zh_CN.inc b/plugins/managesieve/localization/zh_CN.inc index 8cbe48778..e44fe07a8 100644 --- a/plugins/managesieve/localization/zh_CN.inc +++ b/plugins/managesieve/localization/zh_CN.inc @@ -138,8 +138,8 @@ $labels['setcreateerror'] = '无法创建过滤器,服务器错误。'; $labels['setcreated'] = '过滤器成功创建。'; $labels['activateerror'] = '无法启用选中的过滤器,因为服务器发生错误。'; $labels['deactivateerror'] = '无法禁用选中的过滤器,因为服务器发生错误。'; -$labels['activated'] = '禁用过滤器成功。'; -$labels['deactivated'] = '启用过滤器成功。'; +$labels['deactivated'] = '禁用过滤器成功。'; +$labels['activated'] = '启用过滤器成功。'; $labels['moved'] = '过滤器移动成功。'; $labels['moveerror'] = '无法移动选中的过滤器,因为服务器发生错误。'; $labels['nametoolong'] = '名称太长。'; -- cgit v1.2.3