I believe you should look at file:
./sento/admin/main/options/00.theme-setup.php
In line 43
you have:
printf( __( 'Search Results:', 'sento' ) . '%s', get_search_query() );
However I am not sure if you will have to change it after every theme update or not.