From aeaef46e308583e7776bb10aaca68d234fe19e45 Mon Sep 17 00:00:00 2001 From: eduardodepaiva Date: Wed, 8 Jul 2026 12:25:15 -0300 Subject: [PATCH] Fix names in applications.json. (#4819) --- config/applications.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/applications.json b/config/applications.json index 5640cc0d..eba7b741 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1198,7 +1198,7 @@ "processmonitor": { "category": "Microsoft Tools", "choco": "procexp", - "content": "SysInternals Process Monitor", + "content": "Process Monitor", "description": "SysInternals Process Monitor is an advanced monitoring tool that shows real-time file system, registry, and process/thread activity.", "link": "https://docs.microsoft.com/en-us/sysinternals/downloads/procmon", "winget": "Microsoft.Sysinternals.ProcessMonitor", @@ -1387,7 +1387,7 @@ "tcpview": { "category": "Microsoft Tools", "choco": "tcpview", - "content": "SysInternals TCPView", + "content": "TCPView", "description": "SysInternals TCPView is a network monitoring tool that displays a detailed list of all TCP and UDP endpoints on your system.", "link": "https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview", "winget": "Microsoft.Sysinternals.TCPView", @@ -1504,7 +1504,7 @@ "ungoogled": { "category": "Browsers", "choco": "ungoogled-chromium", - "content": "Ungoogled", + "content": "Ungoogled Chromium", "description": "Ungoogled Chromium is a version of Chromium without Google's integration for enhanced privacy and control.", "link": "https://github.com/Eloston/ungoogled-chromium", "winget": "eloston.ungoogled-chromium",