From 4813ff0bb7df8fae3b23c85d00ab9dcc5183e4a6 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Fri, 17 May 2019 10:37:25 +0200 Subject: [PATCH] Ask users to write English in crash-report. --- cura/CrashHandler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py index d43743bc37..6e6da99b0f 100644 --- a/cura/CrashHandler.py +++ b/cura/CrashHandler.py @@ -319,7 +319,8 @@ class CrashHandler: def _userDescriptionWidget(self): 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() # When sending the report, the user comments will be collected