summaryrefslogtreecommitdiffstats
path: root/src/Gui/CReporterAssistant.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CReporterAssistant.py')
-rw-r--r--src/Gui/CReporterAssistant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CReporterAssistant.py b/src/Gui/CReporterAssistant.py
index 544b2615..0ddd18fa 100644
--- a/src/Gui/CReporterAssistant.py
+++ b/src/Gui/CReporterAssistant.py
@@ -307,7 +307,7 @@ class ReporterAssistant():
if package:
error_msgs.append(_("Reporting disabled because the backtrace is unusable.\nPlease try to install debuginfo manually using the command: <b>debuginfo-install %s</b> \nthen use the Refresh button to regenerate the backtrace." % self.report.getPackageName()))
else:
- error_msgs.append(_("The backtrace is unusable, you cannot report this!"))
+ error_msgs.append(_("Reporting disabled because the backtrace is unusable."))
send = False
# probably usable 3
elif rating < 4: