summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-14 12:51:01 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-14 12:51:01 +0200
commitab8715739ec151bd3ecb82359bf6b901c2d74e40 (patch)
tree126ec82da9226d6f66d25164b661b2508117a50e /src/Gui
parent2016e4336301a76b72d4d2965c669caa26458812 (diff)
downloadabrt-ab8715739ec151bd3ecb82359bf6b901c2d74e40.tar.gz
abrt-ab8715739ec151bd3ecb82359bf6b901c2d74e40.tar.xz
abrt-ab8715739ec151bd3ecb82359bf6b901c2d74e40.zip
Be more polite with user
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui')
-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: