diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-05 14:08:17 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-05 14:09:25 +0200 |
commit | f5f056e7f213666d9e9556092795b07df8e8354d (patch) | |
tree | e0a7edc8638b9907c95ee87e137651beba57765d /plugins/managesieve/localization/en_US.inc | |
parent | 8d4b4897df1861c12b033b864f4d7d8fca7e540a (diff) |
Fix default vacation status (#1490019) - improve error message
Conflicts:
plugins/managesieve/Changelog
Diffstat (limited to 'plugins/managesieve/localization/en_US.inc')
-rw-r--r-- | plugins/managesieve/localization/en_US.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index 1ea7d969e..091c96f3e 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -213,5 +213,6 @@ $messages['nodata'] = 'At least one position must be selected!'; $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!'; ?> |