Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2019-05-17 11:37:25 +0300
committerRemco Burema <r.burema@ultimaker.com>2019-05-17 11:37:25 +0300
commit4813ff0bb7df8fae3b23c85d00ab9dcc5183e4a6 (patch)
treebd088aeb246c67ef1549c7e2e5a58561e864fabe /cura/CrashHandler.py
parentabcac67cee16316a9e650c84e2273552fcd0eee7 (diff)
Ask users to write English in crash-report.
Diffstat (limited to 'cura/CrashHandler.py')
-rw-r--r--cura/CrashHandler.py3
1 files changed, 2 insertions, 1 deletions
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