diff options
author | alecpl <alec@alec.pl> | 2011-08-04 09:01:36 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-08-04 09:01:36 +0000 |
commit | c6c99c89e68d43b705c702b4651cac81c78286d3 (patch) | |
tree | ff842bce60d98dab19d9fb98ab66f36725317bd7 /program/localization/en_US | |
parent | d9615118f3b14e65fc8214318d5bc50ebe19eb03 (diff) |
- Add ACL check on parent folder
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index f86ba5471..3f7db87a0 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -150,5 +150,6 @@ $messages['folderupdated'] = 'Folder updated successfully.'; $messages['foldercreated'] = 'Folder created successfully.'; $messages['invalidimageformat'] = 'Not a valid image format.'; $messages['mispellingsfound'] = 'Spelling errors detected in the message.'; +$messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.'; ?> |