Skip to content

Commit

Permalink
Merge pull request #898 from ppvnf/patch-59
Browse files Browse the repository at this point in the history
fix 'not' missing
  • Loading branch information
marticliment authored Apr 11, 2023
2 parents ae86d0e + 685f808 commit 25ebb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wingetui/uiSections.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def loadShared(self, id):
errorData = {
"titlebarTitle": _("Unable to find package"),
"mainTitle": _("Unable to find package"),
"mainText": _("We could not load detailed information about this package, because it was found in any of your package sources"),
"mainText": _("We could not load detailed information about this package, because it was not found in any of your package sources"),
"buttonTitle": _("Ok"),
"errorDetails": _("This is probably due to the fact that the package you were sent was removed, or published on a package manager that you don't have enabled. The received ID is {0}").format(id),
"icon": QIcon(getMedia("notif_warn")),
Expand Down

0 comments on commit 25ebb0a

Please sign in to comment.