You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alertalert = newAlert(Alert.AlertType.ERROR, msg + "\n\nPlease create a new issue on Github or PM me on Reddit.", githubIssue, redditPM, ButtonType.CANCEL);
239
+
Alertalert = newAlert(Alert.AlertType.ERROR, msg + "\n\nPlease create a new issue on Github if you need more help.", githubIssue, ButtonType.CANCEL);
Alertalert = newAlert(Alert.AlertType.ERROR, msg + "\n\nPlease create a new issue on Github or PM me on Reddit. The log has been copied to your clipboard.", githubIssue, redditPM, ButtonType.CANCEL);
246
+
Alertalert = newAlert(Alert.AlertType.ERROR, msg + "\n\nThe log has been copied to your clipboard. You may create a new issue on GitHub.", githubIssue, ButtonType.CANCEL);
0 commit comments