|
|
|
|
@ -77,8 +77,7 @@ class Exception_Window(BaseCrashReporter, QWidget, MessageBoxMixin, Logger):
|
|
|
|
|
|
|
|
|
|
self.description_textfield = QTextEdit() |
|
|
|
|
self.description_textfield.setFixedHeight(50) |
|
|
|
|
self.description_textfield.setPlaceholderText(_("Do not enter sensitive/private information here. " |
|
|
|
|
"The report will be visible on the public issue tracker.")) |
|
|
|
|
self.description_textfield.setPlaceholderText(self.USER_COMMENT_PLACEHOLDER) |
|
|
|
|
main_box.addWidget(self.description_textfield) |
|
|
|
|
|
|
|
|
|
main_box.addWidget(QLabel(BaseCrashReporter.ASK_CONFIRM_SEND)) |
|
|
|
|
|