Aleksander Machniak
2016-05-16 3d6d0389385b2a52ae83c8e09eadbd99c97c1113
Fix typo in localization message
1 files modified
2 ■■■ changed files
plugins/managesieve/localization/en_US.inc 2 ●●● patch | view | raw | blame | history
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.';
?>