From: Jim Procter Date: Fri, 17 Nov 2017 14:40:37 +0000 (+0000) Subject: JAL-2698 Cached PDB Entries -> Cached Structures in UI and help doc X-Git-Tag: Release_2_10_3b1~13 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=bf97c293ad31f6ed5006a97d3a7d079c032652e8 JAL-2698 Cached PDB Entries -> Cached Structures in UI and help doc --- diff --git a/help/html/features/viewingpdbs.html b/help/html/features/viewingpdbs.html index 0fcbbf9..45d979f 100755 --- a/help/html/features/viewingpdbs.html +++ b/help/html/features/viewingpdbs.html @@ -56,7 +56,7 @@
  • Viewing Cached Structures
    If previously downloaded structures are available for your sequences, the structure chooser will automatically offer them - via the Cached PDB Entries view. If you wish + via the Cached Structures view. If you wish to download new structures, select one of the PDBe selection criteria from the drop-down menu.
  • diff --git a/src/jalview/gui/StructureChooser.java b/src/jalview/gui/StructureChooser.java index 37632ef..7c386f1 100644 --- a/src/jalview/gui/StructureChooser.java +++ b/src/jalview/gui/StructureChooser.java @@ -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);