diff --git a/qutebrowser/misc/crashdialog.py b/qutebrowser/misc/crashdialog.py index 4e2420292..db6f88b43 100644 --- a/qutebrowser/misc/crashdialog.py +++ b/qutebrowser/misc/crashdialog.py @@ -88,7 +88,9 @@ class _CrashDialog(QDialog): "- Switched tabs\n" "- etc...") self._vbox.addWidget(self._info, 5) - contact = QLabel("How can I contact you if I need more info?") + contact = QLabel("I'd like to be able to follow up with you, to keep " + "you posted on the status of this crash and get more " + "information if I need it - how can I contact you?") self._vbox.addWidget(contact) self._contact = QTextEdit(tabChangesFocus=True, acceptRichText=False) try: