mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[Settings][Plugin manager] Activation commands: Fix conflict with calc plugin and add warning (#19593)
* update activation commands * add warning and badges * fix spelling * fix badge style * fixes * small fixes missed * spell fix * revert changes for Program plugin * small tweaks * Add Grid control * merge warnings * fix spelling * fix resource * updating conflicitng keywords * remove keywordWarning and warningBagde * fix broken reference * add new information bar
This commit is contained in:
@@ -1267,9 +1267,6 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
|
||||
<data name="Run_AllPluginsDisabled.Message" xml:space="preserve">
|
||||
<value>Enable at least one plugin to get started</value>
|
||||
</data>
|
||||
<data name="Run_NotAllowedActionKeyword.Title" xml:space="preserve">
|
||||
<value>This activation command is already in use by another plugin.</value>
|
||||
</data>
|
||||
<data name="Run_PluginUseDescription.Header" xml:space="preserve">
|
||||
<value>Plugins</value>
|
||||
</data>
|
||||
@@ -2164,4 +2161,10 @@ From there, simply click on one of the supported files in the File Explorer and
|
||||
<data name="AlwaysOnTop_RoundCorners.Content" xml:space="preserve">
|
||||
<value>Enable round corners</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="Run_ConflictingKeywordInfo.Title" xml:space="preserve">
|
||||
<value>Some characters and phrases may conflict with global queries of other plugins if you use them as activation command.</value>
|
||||
</data>
|
||||
<data name="Run_ConflictingKeywordInfo_Link.Content" xml:space="preserve">
|
||||
<value>Learn more about conflicting activation commands</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user