summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/sv_SE.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/sv_SE.inc
parent60046014129f43b168d70f2b536768704d57df5e (diff)
Fixed filter activation/deactivation confirmation message (#1488765)
Diffstat (limited to 'plugins/managesieve/localization/sv_SE.inc')
-rw-r--r--plugins/managesieve/localization/sv_SE.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/managesieve/localization/sv_SE.inc b/plugins/managesieve/localization/sv_SE.inc
index 0dc8ce8fe..d7c1c76a1 100644
--- a/plugins/managesieve/localization/sv_SE.inc
+++ b/plugins/managesieve/localization/sv_SE.inc
@@ -139,8 +139,8 @@ $labels['setcreateerror'] = 'Filtergruppen kunde inte läggas till på grund av
$labels['setcreated'] = 'Filtergruppen har lagts till';
$labels['activateerror'] = 'Kunde inte aktivera filter på grund av serverfel.';
$labels['deactivateerror'] = 'Kunde inte deaktivera filter på grund av serverfel.';
-$labels['activated'] = 'Filter deaktiverat.';
-$labels['deactivated'] = 'Filter aktiverat.';
+$labels['deactivated'] = 'Filter deaktiverat.';
+$labels['activated'] = 'Filter aktiverat.';
$labels['moved'] = 'Filter flyttat.';
$labels['moveerror'] = 'Kunde inte flytta filter på grund av serverfel.';
$labels['nametoolong'] = 'Filtergruppen kan inte läggas till med för långt namn';