use proper value in status display

This commit is contained in:
Nathan Coad
2016-07-22 11:44:44 +10:00
parent e9c996949d
commit 21abb9331a

View File

@@ -946,7 +946,7 @@ function booking_requirements($phase) {
$requirements['booking_stripe_library'] = array(
'title' => $t('Booking Module Libraries'),
'description' => $t('Ensure that the stripe module is installed.'),
'value' => libraries_info('stripe'),
'value' => $t('Version !version installed.', array('!version' => libraries_info('stripe')->version)),
'severity' => REQUIREMENT_OK,
);
}