Hi,
No need to delete that line, just replace the words within the quotes i.e. ‘ Archive for’ with your words i.e. ‘ More From’
before the changes the line will be like
<?php _e(‘Archive for’, ‘mesocolumn’); ?>
after the changes the line will be like
<?php _e(‘More From’, ‘mesocolumn’); ?>