mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[GPO]Fix missing resource string for NewPlus in 0.90 (#38064)
This commit is contained in:
@@ -684,7 +684,7 @@
|
|||||||
</policy>
|
</policy>
|
||||||
<policy name="NewPlusReplaceVariablesInTemplateFilenames" class="Both" displayName="$(string.NewPlusReplaceVariablesInTemplateFilenames)" explainText="$(string.NewPlusReplaceVariablesInTemplateFilenamesDescription)" key="Software\Policies\PowerToys" valueName="NewPlusReplaceVariablesInTemplateFilenames">
|
<policy name="NewPlusReplaceVariablesInTemplateFilenames" class="Both" displayName="$(string.NewPlusReplaceVariablesInTemplateFilenames)" explainText="$(string.NewPlusReplaceVariablesInTemplateFilenamesDescription)" key="Software\Policies\PowerToys" valueName="NewPlusReplaceVariablesInTemplateFilenames">
|
||||||
<parentCategory ref="NewPlus" />
|
<parentCategory ref="NewPlus" />
|
||||||
<supportedOn ref="SUPPORTED_POWERTOYS_0_89_0" />
|
<supportedOn ref="SUPPORTED_POWERTOYS_0_90_0" />
|
||||||
<enabledValue>
|
<enabledValue>
|
||||||
<decimal value="1" />
|
<decimal value="1" />
|
||||||
</enabledValue>
|
</enabledValue>
|
||||||
|
|||||||
@@ -299,7 +299,8 @@ If you don't configure this policy, the user will be able to control the setting
|
|||||||
<string id="MwbPolicyDefinedIpMappingRules">Predefined IP Address mapping rules</string>
|
<string id="MwbPolicyDefinedIpMappingRules">Predefined IP Address mapping rules</string>
|
||||||
<string id="NewPlusHideTemplateFilenameExtension">Hide template filename extension</string>
|
<string id="NewPlusHideTemplateFilenameExtension">Hide template filename extension</string>
|
||||||
<string id="AllowDiagnosticData">Allow sending diagnostic data</string>
|
<string id="AllowDiagnosticData">Allow sending diagnostic data</string>
|
||||||
<string id="ConfigureRunAtStartup">Configure the run at startup setting</string>
|
<string id="ConfigureRunAtStartup">Configure the run at startup setting</string>
|
||||||
|
<string id="NewPlusReplaceVariablesInTemplateFilenames">Replace variables in template filenames</string>
|
||||||
</stringTable>
|
</stringTable>
|
||||||
|
|
||||||
<presentationTable>
|
<presentationTable>
|
||||||
|
|||||||
Reference in New Issue
Block a user