Did you prefer to change the text in Like (and unlike) button?
Simply ACP - Look&Feel - click on your skin - Other Global Template - likeSummaryContents
and change the 2 words
<a href='#' title="<if test="$data['iFave']">Unlike and stop notifications<else />Like and receive notifications on updates</if>" class='ftoggle <if test="$data['iFave']"> on</if><if test="$opts['button-new-line']"> _newline</if>'><if test="$data['iFave']">Unlike<else />Like</if></a> </if>
<a href='#' title="<if test="$data['iFave']">Unlike and stop notifications<else />Like and receive notifications on updates</if>" class='ftoggle <if test="$data['iFave']"> on</if><if test="$opts['button-new-line']"> _newline</if>'><if test="$data['iFave']">Non mi piace<else />Mi Piace</if></a> </if>