From 3d6d0389385b2a52ae83c8e09eadbd99c97c1113 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 16 May 2016 08:52:05 +0200 Subject: [PATCH] Fix typo in localization message --- plugins/managesieve/localization/en_US.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index c15193d66..2e17dcee0 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -237,6 +237,6 @@ $messages['invaliddateformat'] = 'Invalid date or date part format'; $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.'; ?>