line 464 :
$blck_ppp [$script][] = array ('show' => true, 'popup' => 'soil_tmp_mst_popup.php', 'chartinfo' => 'popup', 'text' => 'Soil moist and temp info' );
change to
$blck_ppp [$script][] = array ('show' => true, 'popup' => 'soil_tmp_mst_popup.php', 'chartinfo' => 'popup', 'text' => $Soil_moist_and_temp_info_txt );
line 77:
add
$Soil_moist_and_temp_info_txt = lang('Soil moist and temp info');