From 0344b168276f80189e2254c75a762aff5b517b6b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 22 May 2016 06:32:57 -0400 Subject: [PATCH] Fix priority icon(s) position --- 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