Change 'Get Installed' to 'Show Installed Apps' (#4027)

* Update appnavigation.json

* Update _index.md

* Update inputXML.xaml

* Update Invoke-WinUtilCurrentSystem.ps1

* Update Invoke-WinUtilCurrentSystem.ps1
This commit is contained in:
Gabi
2026-02-12 22:37:11 +02:00
committed by GitHub
parent 5fcc288037
commit 08b24c7187
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
"Description": "Clear the selection of applications"
},
"WPFGetInstalled": {
"Content": "Get Installed",
"Content": "Show Installed Apps",
"Category": "__Selection",
"Type": "Button",
"Order": "4",

View File

@@ -23,7 +23,7 @@ weight: 2
{{< /tab >}}
{{< tab >}}
* Click the `Get Installed` button.
* Click the `Show Installed Apps` button.
* This will scan for and select all installed programs in Winutil that WinGet supports.
{{< /tab >}}

View File

@@ -1203,7 +1203,7 @@
<Button Name="WPFstandard" Content=" Standard " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
<Button Name="WPFminimal" Content=" Minimal " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
<Button Name="WPFClearTweaksSelection" Content=" Clear " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
<Button Name="WPFGetInstalledTweaks" Content=" Get Installed " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
<Button Name="WPFGetInstalledTweaks" Content=" Show Installed Apps " Margin="2" Width="{DynamicResource ButtonWidth}" Height="{DynamicResource ButtonHeight}"/>
</StackPanel>
</StackPanel>