summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/zh_TW.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-10-18 09:13:20 +0200
committerAleksander Machniak <alec@alec.pl>2012-10-18 09:13:20 +0200
commit84f2a72408a20e4e0eac7383aba9f4f672e61f9c (patch)
tree2d3e537acb343316284098fb28ce35a92e74cd33 /plugins/managesieve/localization/zh_TW.inc
parent60046014129f43b168d70f2b536768704d57df5e (diff)
Fixed filter activation/deactivation confirmation message (#1488765)
Diffstat (limited to 'plugins/managesieve/localization/zh_TW.inc')
-rw-r--r--plugins/managesieve/localization/zh_TW.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/managesieve/localization/zh_TW.inc b/plugins/managesieve/localization/zh_TW.inc
index db2292b9a..4899d162b 100644
--- a/plugins/managesieve/localization/zh_TW.inc
+++ b/plugins/managesieve/localization/zh_TW.inc
@@ -126,8 +126,8 @@ $labels['setcreateerror'] = '無法建立篩選器集合。 伺服器發生錯
$labels['setcreated'] = '篩選器集合成功建立';
$labels['activateerror'] = '無法啟用選擇的篩選器。伺服器錯誤';
$labels['deactivateerror'] = '無法停用選擇的篩選器。伺服器錯誤';
-$labels['activated'] = '篩選器已停用';
-$labels['deactivated'] = '篩選器已啟用';
+$labels['deactivated'] = '篩選器已停用';
+$labels['activated'] = '篩選器已啟用';
$labels['moved'] = '篩選器已移動';
$labels['moveerror'] = '無法移動選擇的篩選器。伺服器錯誤';
$labels['nametoolong'] = '無法建立篩選器集合。 名稱太長';