From 3d6d0389385b2a52ae83c8e09eadbd99c97c1113 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 16 May 2016 02:52:05 -0400
Subject: [PATCH] Fix typo in localization message

---
 plugins/managesieve/localization/en_US.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc
index c15193d..2e17dce 100644
--- a/plugins/managesieve/localization/en_US.inc
+++ b/plugins/managesieve/localization/en_US.inc
@@ -237,6 +237,6 @@
 $messages['saveerror'] = 'Unable to save data. Server error occurred.';
 $messages['vacationsaved'] = 'Vacation data saved successfully.';
 $messages['emptyvacationbody'] = 'Body of vacation message is required!';
-$messages['duplicate.conflict.err'] = 'Both header and unique identifier are not alowed.';
+$messages['duplicate.conflict.err'] = 'Both header and unique identifier are not allowed.';
 
 ?>

--
Gitblit v1.9.1