Browse Source

Update tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

Co-Authored-By: Lacey-Anne Sanderson <las166@mail.usask.ca>
Yichao Shen 5 years ago
parent
commit
5576c1c88f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

+ 1 - 1
tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

@@ -97,7 +97,7 @@ function tripal_jbrowse_mgmt_add_track_form($form, &$form_state, $instance_id) {
   $form['data']['symbolic_link'] = [
     '#type' => 'checkbox',
     '#title' => t('Symbolic Link'),
-    '#description' => t('Create a symbolic link rather than make a copy of the file.'),
+    '#description' => t('Create a symbolic link rather than make a copy of the file. This only applies when a path on the server is supplied.'),
   ];
 
   $form['submit'] = [