summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index e4edcc4f1..4c6ae6a35 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1194,7 +1194,7 @@ function system_library() {
),
);
$libraries['ui.draggable'] = array(
- 'title' => 'jQuery UI: Dialog',
+ 'title' => 'jQuery UI: Draggable',
'website' => 'http://jqueryui.com/demos/draggable/',
'version' => '1.7.2',
'js' => array(
@@ -1375,7 +1375,7 @@ function system_library() {
),
);
$libraries['effects.highlight'] = array(
- 'title' => 'jQuery UI: Effects Fold',
+ 'title' => 'jQuery UI: Effects Highlight',
'website' => 'http://jqueryui.com/demos/effect/',
'version' => '1.7.2',
'js' => array(
@@ -1397,7 +1397,7 @@ function system_library() {
),
);
$libraries['effects.scale'] = array(
- 'title' => 'jQuery UI: Effects Pulsate',
+ 'title' => 'jQuery UI: Effects Scale',
'website' => 'http://jqueryui.com/demos/effect/',
'version' => '1.7.2',
'js' => array(
@@ -1412,7 +1412,7 @@ function system_library() {
'website' => 'http://jqueryui.com/demos/effect/',
'version' => '1.7.2',
'js' => array(
- 'misc/ui/effects.scale.js' => array(),
+ 'misc/ui/effects.shake.js' => array(),
),
'dependencies' => array(
array('system', 'effects'),