JAL-2698 Cached PDB Entries -> Cached Structures in UI and help doc
[jalview.git] / src / jalview / gui / StructureChooser.java
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);