Skip to content

Commit

Permalink
Merge pull request #235 from ppvnf/patch-8
Browse files Browse the repository at this point in the history
Reduce disclaimer so it can be shown in 1 line instead of 2
  • Loading branch information
marticliment authored Oct 12, 2022
2 parents 91ca006 + ee84bd7 commit 9fcbd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wingetui/storeEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def __init__(self, parent = None):
self.storeLabel.setWordWrap(True)
self.layout.addWidget(self.storeLabel)
self.layout.addStretch()
self.advert = QLinkLabel("ALERT: NEITHER MICROSOFT NOR THE CREATORS OF WINGET UI STORE ARE RESPONSIBLE FOR THE DOWNLOADED SOFTWARE. PROCEED WITH CAUTION")
self.advert = QLinkLabel("ALERT: NEITHER MICROSOFT NOR THE CREATORS OF WINGETUI ARE RESPONSIBLE FOR THE DOWNLOADED SOFTWARE.")
self.advert.setWordWrap(True)
self.layout.addWidget(self.advert)

Expand Down

0 comments on commit 9fcbd21

Please sign in to comment.