single_term_title() running before get_the_title() [closed]

Try <?php echo get_the_title(1).': '.single_term_title('', false); ?>

From the Codex the second argument of single_term_title determines whether to “Display the title (TRUE), or return the title to be used in PHP (FALSE).
Default: TRUE”