in
application/plugin/core/sendsms/sendsms.php
'HINT_UNICODE_MESSAGE' => _hint('Unicode message detected automatically'),
should be
'HINT_UNICODE_MESSAGE' => _hint(_('Unicode message detected automatically')),
To be translated (also translations are missing from .po files)