Index: jquery_ui.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/Attic/jquery_ui.install,v
retrieving revision 1.5.2.4
diff -u -p -r1.5.2.4 jquery_ui.install
--- jquery_ui.install 8 Sep 2010 23:12:42 -0000 1.5.2.4
+++ jquery_ui.install 13 Nov 2010 02:06:30 -0000
@@ -31,9 +31,11 @@ function jquery_ui_requirements($phase)
$requirements['jquery_ui']['value'] = $t('Not found');
// Provide a download link to the jQuery UI development bundle. The provided
// link will list the latest 1.6.x build.
- $requirements['jquery_ui']['description'] = $t('The jQuery UI plugin is missing. Download and extract it to your jquery_ui module directory.', array(
+ $requirements['jquery_ui']['description'] = $t('The jQuery UI plugin is missing. Download and extract it into the @directory directory. Rename the extracted folder to @library-folder.', array(
'@jqueryui' => 'http://jqueryui.com',
'@download' => 'http://code.google.com/p/jquery-ui/downloads/list?q=1.6',
+ '@directory' => 'sites/all/libraries',
+ '@library-folder' => 'jquery.ui',
));
$requirements['jquery_ui']['severity'] = REQUIREMENT_ERROR;
}