summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/nl_NL.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:14:51 +0200
commitdd82f1b59fde3a67afd386c66224504938ed5b18 (patch)
treeb09154bcd62b0acc0f1a808cf409c8bf0a3cc93d /plugins/managesieve/localization/nl_NL.inc
parent4afe886489fba608b801f368b9cae312730f4c1b (diff)
Fixed filter activation/deactivation confirmation message (#1488765)
Conflicts: plugins/managesieve/Changelog
Diffstat (limited to 'plugins/managesieve/localization/nl_NL.inc')
-rw-r--r--plugins/managesieve/localization/nl_NL.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/managesieve/localization/nl_NL.inc b/plugins/managesieve/localization/nl_NL.inc
index 8ee5e2bbf..56b1c95ee 100644
--- a/plugins/managesieve/localization/nl_NL.inc
+++ b/plugins/managesieve/localization/nl_NL.inc
@@ -139,8 +139,8 @@ $labels['setcreateerror'] = 'Filterverzameling kon niet aangemaakt worden. Er tr
$labels['setcreated'] = 'Filterverzameling succesvol aangemaakt.';
$labels['activateerror'] = 'Geselecteerde filter(s) konden niet ingeschakeld worden. Er trad een serverfout op.';
$labels['deactivateerror'] = 'Geselecteerde filter(s) konden niet uitgeschakeld worden. Er trad een serverfout op.';
-$labels['activated'] = 'Filter(s) succesvol uitgeschakeld.';
-$labels['deactivated'] = 'Filter(s) succesvol ingeschakeld.';
+$labels['deactivated'] = 'Filter(s) succesvol uitgeschakeld.';
+$labels['activated'] = 'Filter(s) succesvol ingeschakeld.';
$labels['moved'] = 'Filter succesvol verplaatst.';
$labels['moveerror'] = 'Geselecteerde filter(s) konden niet verplaatst worden. Er trad een serverfout op.';
$labels['nametoolong'] = 'Naam is te lang.';