diff --git a/xpra/client/gtk_base/gtk_client_base.py b/xpra/client/gtk_base/gtk_client_base.py index 1f18ed5486..36120a33bc 100644 --- a/xpra/client/gtk_base/gtk_client_base.py +++ b/xpra/client/gtk_base/gtk_client_base.py @@ -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: