summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-09-13 22:32:58 -0400
committerDries Buytaert <dries@buytaert.net>2011-09-13 22:32:58 -0400
commit7edfb70575a2132ee86e353a1f2df8b1c7a03ce1 (patch)
treec21470cff569b550493d804c45386eee32e409ca
parent19d469fb07a0af7d334e4fd27e4d93803ca21840 (diff)
downloadbrdo-7edfb70575a2132ee86e353a1f2df8b1c7a03ce1.tar.gz
brdo-7edfb70575a2132ee86e353a1f2df8b1c7a03ce1.tar.bz2
- 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'.
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 922035df3..548911dfe 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(