Browse Source

Ask users to write English in crash-report.

Remco Burema 5 years ago
parent
commit
4813ff0bb7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cura/CrashHandler.py

+ 2 - 1
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