From aa3017dd58765ce7cb528a12d4a44c00a4418711 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 22 Jan 2015 06:56:41 +0100 Subject: [PATCH] crashdialog: Reword contact info text. See #447. --- qutebrowser/misc/crashdialog.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: