You could try something like this in the language file:
Code:
//define('HEADING_TITLE', 'Your Shopping Cart Contents');
define('HEADING_TITLE', (MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER > $_SESSION['cart']->show_total() ? 'Your Shopping Cart Contents<h4><span style="color: #ff0000;"><strong>NOTE:</strong> ' . $currencies->format(MODULE_ORDER_TOTAL_LOWORDERFEE_FEE) . ' Order Minimum charge will be added to orders under ' . $currencies->format(MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER) . '. </span></h4>' : 'Your Shopping Cart Contents'));