Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #881

Merged
merged 1 commit into from
Apr 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wingetui/uiSections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down