diff --git a/default-help-base-dialog-content.ts b/default-help-base-dialog-content.ts index e8ed93a..1d36023 100644 --- a/default-help-base-dialog-content.ts +++ b/default-help-base-dialog-content.ts @@ -1,11 +1,11 @@ export const DefaultHelpBaseDialogContent = `
The one of the two groups of filters shown below will applied to each set - of comparison rules. If a rule is set to "exclusive" mode (default), then the corresponding rule - set from the "Exclude Rules" section will be applied. If a rule is set to "inclusive" mode, then - the corresponding rule set from the "Include Rules" section will be applied. -
-Any changes made header will be applied to all rules. Use the "Reset" button in the footer to discard all saved changes and revert to the the defaults
+Base rules apply to all rules.
+ +One of the two groups of filters shown below will applied to each set of comparison rules on dependent rules. If a rule is set to "exclusive" mode (default), then the corresponding rule set from the "Exclude Rules" section will be applied. If a rule is set to "inclusive" mode, then the corresponding rule set from the "Include Rules" section will be applied.
+ +The default settings are to ensure that naming identifiers don't prevent comparisons between objects (e.g. IEDs with a different name for example). +Use the "Reset" button in the footer to discard all saved changes and revert to the the defaults.
`; diff --git a/info-dialog.ts b/info-dialog.ts index b0eab2e..0440348 100644 --- a/info-dialog.ts +++ b/info-dialog.ts @@ -60,5 +60,6 @@ export class InfoDialog extends LitElement { a { color: var(--oscd-base02); + } `; }