diff --git a/modules/shortcut/shortcut.test b/modules/shortcut/shortcut.test
index 9cffa2b..a209450 100644
--- a/modules/shortcut/shortcut.test
+++ b/modules/shortcut/shortcut.test
@@ -139,7 +139,8 @@ class ShortcutLinksTestCase extends ShortcutTestCase {
     // Check that each new shortcut links where it should.
     foreach ($test_cases as $test) {
 
-      // Check if message for maximum number of visible shortcuts is displayed when necessary.
+      // Check if message for maximum number of visible shortcuts is displayed
+      // when necessary.
       $this->drupalGet('admin/config/user-interface/shortcut/' . $set->set_name . '/add-link');
       $max_visible_shortcuts_message = t('Only @limit links can be enabled in the shortcut menu. New shortcut links will replace the last enabled shortcut in the list.', array('@limit' => $shortcut_limit));
       if($enabled_shortcuts >= $shortcut_limit) {
