String "Advance to next unread message in" not translated
Brought to you by:
toomastoots
The string "Advance to next unread message in " is not
translated. I think that the statement:
TranslateString('Advance to next unread message
in '+trim(node.text)+'?')
must be correct in
TranslateString('Advance to next unread message in ')
+trim(node.text)+'?'