Update OptionsWindow.ui
This commit is contained in:
parent
47bd619446
commit
0ccacbd81f
|
@ -1747,7 +1747,7 @@ You can use 'Open for All' instead to make it apply to all programs, or change t
|
|||
<item row="5" column="3">
|
||||
<widget class="QLabel" name="label_54">
|
||||
<property name="text">
|
||||
<string>The rule specificity is a measure to how well a given rule matches a particular path, simply put the specificity is the length of characters from the begin of the path up to and including the last matching non-wildcard substring. A rule which matches only file types like "*.tmp" would have the highest specificity as it would always match the entire file path.
|
||||
<string>The rule specificity is a measure to how well a given rule matches a particular path, simply put the specificity is the length of characters from the begin of the path up to and including the last matching non-wildcard substring. A rule which matches only file types like "*.tmp" would have the highest specificity as it would always match the entire file path.
|
||||
The process match level has a higher priority than the specificity and describes how a rule applies to a given process. Rules applying by process name or group have the strongest match level, followed by the match by negation (i.e. rules applying to all processes but the given one), while the lowest match levels have global matches, i.e. rules that apply to any process.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
|
@ -2173,7 +2173,7 @@ The process match level has a higher priority than the specificity and describes
|
|||
<item row="15" column="1" colspan="2">
|
||||
<widget class="QCheckBox" name="chkComTimeout">
|
||||
<property name="text">
|
||||
<string>Disable using RpcMgmtSetComTimeout by default (toggle this may resovle compatybility issues)</string>
|
||||
<string>Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue