From 7c77288a11d9a58037e0703db84d5810fd2ce335 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 13 Sep 2011 22:32:37 -0400
Subject: [PATCH] - Patch #1276746 by jessebeach: the title of the ui.mouse
 library in system.module is incorrectly set to 'jQuery UI: Droppable' instead
 of 'jQuery UI: Mouse'.

---
 modules/system/system.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/system/system.module b/modules/system/system.module
index 16ed0b50cecb..d7dc69cc4c54 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1359,7 +1359,7 @@ function system_library() {
     ),
   );
   $libraries['ui.mouse'] = array(
-    'title' => 'jQuery UI: Droppable',
+    'title' => 'jQuery UI: Mouse',
     'website' => 'http://docs.jquery.com/UI/Mouse',
     'version' => '1.8.7',
     'js' => array(
-- 
GitLab