diff --git a/bongo.module b/bongo.module
index 8318994..6a2ad72 100644
--- a/bongo.module
+++ b/bongo.module
@@ -95,8 +95,7 @@ function _bongo_api_call($api, $query = NULL, $format = 'json') {
 
   }
   else {
-    drupal_set_message(t('A Bongo API key is required to use the Bongo Developer
-     API.'), 'error', FALSE);
+    drupal_set_message(t('A Bongo API key is required to use the Bongo Developer API.'), 'error', FALSE);
     return array();
   }
 
