mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:49:01 +08:00
Ask users to write English in crash-report.
This commit is contained in:
parent
abcac67cee
commit
4813ff0bb7
@ -319,7 +319,8 @@ class CrashHandler:
|
|||||||
|
|
||||||
def _userDescriptionWidget(self):
|
def _userDescriptionWidget(self):
|
||||||
group = QGroupBox()
|
group = QGroupBox()
|
||||||
group.setTitle(catalog.i18nc("@title:groupbox", "User description"))
|
group.setTitle(catalog.i18nc("@title:groupbox", "User description" +
|
||||||
|
" (Note: Developers may not speak your language, please use English if possible)"))
|
||||||
layout = QVBoxLayout()
|
layout = QVBoxLayout()
|
||||||
|
|
||||||
# When sending the report, the user comments will be collected
|
# When sending the report, the user comments will be collected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user