@@ -4795,7 +4797,7 @@ function views_ui_admin_settings_basic() {
'#type'=>'checkbox',
'#title'=>t('Show other queries run during render during live preview'),
'#description'=>t("Drupal has the potential to run many queries while a view is being rendered. Checking this box will display every query run during view render as part of the live preview."),
@@ -4824,7 +4858,7 @@ function views_ui_admin_settings_advanced() {
'#type'=>'checkbox',
'#title'=>t('Disable views data caching'),
'#description'=>t("Views caches data about tables, modules and views available, to increase performance. By checking this box, Views will skip this cache and always rebuild this data when needed. This can have a serious performance impact on your site."),
@@ -4843,21 +4877,21 @@ function views_ui_admin_settings_advanced() {
'#title'=>t('Add Views signature to all SQL queries'),
'#description'=>t("All Views-generated queries will include the name of the views and display 'view-name:display-name' as a string at the end of the SELECT clause. This makes identifying Views queries in database server logs simpler, but should only be used when troubleshooting."),
'#description'=>t("If you are having problems with the JavaScript, you can disable it here. The Views UI should degrade and still be usable without javascript; it's just not as good."),