[solved] Minor issue with localization

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)

1 Like

Committed and pushed