diff --git a/booking.module b/booking.module index 277ae83..8438230 100644 --- a/booking.module +++ b/booking.module @@ -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, ); }