Alexander Rose 5 年之前
父节点
当前提交
e95b91ab84
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 });