Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuunnn committed Sep 3, 2022
1 parent 20fca75 commit c56f0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyara_lib/ui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, parent=None):

def contextMenuEvent(self, event):
menu = QtWidgets.QMenu(self)
wildcard_action = menu.addAction("Modify value to &wild-cards")
wildcard_action = menu.addAction("Modify values to &wild-cards")
action = menu.exec_(self.mapToGlobal(event.pos()))

if action == wildcard_action:
Expand Down

0 comments on commit c56f0bb

Please sign in to comment.