From 84f78da218db43459f7e8372173da31ec2212336 Mon Sep 17 00:00:00 2001 From: pedronovaes <73800734+ppvnf@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:04:30 +0200 Subject: [PATCH] fix typo --- wingetui/uiSections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wingetui/uiSections.py b/wingetui/uiSections.py index 888ba1546..ee8ce621c 100644 --- a/wingetui/uiSections.py +++ b/wingetui/uiSections.py @@ -1746,7 +1746,7 @@ def showInfo(): errorData = { "titlebarTitle": _("Unable to load informarion"), "mainTitle": _("Unable to load informarion"), - "mainText": _("We could not load detailed information about this package, because it was not installed neither from Winget nor Scoop."), + "mainText": _("We could not load detailed information about this package, because it was not installed from an available package manager."), "buttonTitle": _("Ok"), "errorDetails": _("Uninstallable packages with the origin listed as \"{0}\" are not published on any package manager, so there's no information available to show about them.").format(item.text(4)), "icon": QIcon(getMedia("notif_warn")),