
02-10-2006, 01:05 PM
|
| Zimbra Employee | |
Posts: 79
| |
Quote: |
Originally Posted by goetzi 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 ('').
| |