Alexander Rose 5 năm trước cách đây
mục cha
commit
e95b91ab84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/mol-plugin-state/helpers/structure-selection-query.ts

+ 1 - 1
src/mol-plugin-state/helpers/structure-selection-query.ts

@@ -434,7 +434,7 @@ const covalentlyOrMetallicBonded = StructureSelectionQuery('Residues with Cov. o
         ])
     })
 ]), {
-    description: 'Select residues covalently bonded to current selection.',
+    description: 'Select residues with covalent or metallic bond to current selection.',
     category: StructureSelectionCategory.Manipulate,
     referencesCurrent: true
 });