Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
I didn't want to make an own thread for it: There is an error in the ZmMsg.properties file.
Code:
defaultInviteReplyDeclineInstanceMessage = I won''t attend on {0,date,full}.\r\n\r\n
It has to be a "won't"
This is not a bug. I added the following to the bug that was opened:
Quote:
Messages with replacement text follow the same rules as Java messages which use the single-quote (') as an escape character. Therefore, any use of a single quote such as in "won't", "don't", etc, needs to be double-escaped as two consecutive single quotes ('').