Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 7, 2022
1 parent 9bebd86 commit ed44d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/gtk_base/gtk_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def delayed_notify():
log.info(summary)
log.info(body)
return
actions = (OK, "OK", DISABLE, "Disable this warning")
actions = (OK, "OK", DISABLE, "Don't show this warning again")
self.may_notify(XPRA_OPENGL_NOTIFICATION_ID, summary, body, actions,
icon_name="opengl", callback=notify_callback)
#wait for the main loop to run:
Expand Down

0 comments on commit ed44d23

Please sign in to comment.