This is a solution to the problem associated with the description of a button.
Open plugins/hikashop/serials/serials.php
And edit row
$buttons['serial_listing'] = array(
			'link' => hikaserial::completeLink('serial&task=listing'.$cancel_id),
			'image' => 'serial',
			'level' => 0,
			'text' => JText::_('HIKA_SERIALS'),
			'description' => ''On
$buttons['serial_listing'] = array(
			'link' => hikaserial::completeLink('serial&task=listing'.$cancel_id),
			'image' => 'serial',
			'level' => 0,
			'text' => JText::_('HIKA_SERIALS'),
			'description' => JText::_('HIKA_SERIAL_LISTING_DESCRIPTION'),
Can you fix this problem in the package as I downloaded the latest package and still the problem is there.