You can't translate the "max. number of messages" string if the mark up and the actual message is combined. It works again if the code on line 101 is changed to this:

>
$block['content'] = t('<p><div class="messages status"><em>') . t('You cannot send more than %number messages per hour. Please try again later.', array('%number' => variable_get('contact_hourly_threshold', 3))) . t('</em></div></p>');
<
CommentFileSizeAuthor
#1 719254-translation.patch1.05 KBThomas_Zahreddin

Comments

Thomas_Zahreddin’s picture

StatusFileSize
new1.05 KB

changed this to a patch,

btw. the formating of the module file needs to be done also.

ressa’s picture

Issue summary: View changes
Status: Active » Closed (outdated)