Hi.
You could try this
Edit file : templates/gk_evonews/html/com_content/article/default.php
Line : 142
<a href="http://twitter.com/intent/tweet?source=sharethiscom&url=<?php echo $cur_url; ?>" target="_blank" title="Twitter" class="twitter icon-share-popup"><span class="fa fa-twitter"></span></a>
Change to
<a href="http://twitter.com/intent/tweet?source=sharethiscom&text=<?php echo urlencode($og_title); ?>&url=<?php echo $cur_url; ?>" target="_blank" title="Twitter" class="twitter icon-share-popup"><span class="fa fa-twitter"></span></a>
Regards.