JAL-2698 Cached PDB Entries -> Cached Structures in UI and help doc
authorJim Procter <jprocter@issues.jalview.org>
Fri, 17 Nov 2017 14:40:37 +0000 (14:40 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 17 Nov 2017 14:40:37 +0000 (14:40 +0000)
help/html/features/viewingpdbs.html
src/jalview/gui/StructureChooser.java

index 0fcbbf9..45d979f 100755 (executable)
@@ -56,7 +56,7 @@
         <li><strong>Viewing Cached Structures</strong><br />If
           previously downloaded structures are available for your
           sequences, the structure chooser will automatically offer them
-          via the <strong>Cached PDB Entries</strong> view. If you wish
+          via the <strong>Cached Structures</strong> view. If you wish
           to download new structures, select one of the PDBe selection
           criteria from the drop-down menu.</li>
       </ul></li>
index 37632ef..7c386f1 100644 (file)
@@ -553,7 +553,7 @@ public class StructureChooser extends GStructureChooser
 
     if (cachedPDBExists)
     {
-      FilterOption cachedOption = new FilterOption("Cached PDB Entries",
+      FilterOption cachedOption = new FilterOption("Cached Structures",
               "-", VIEWS_LOCAL_PDB, false);
       cmb_filterOption.addItem(cachedOption);
       cmb_filterOption.setSelectedItem(cachedOption);