summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-07-14 14:23:36 +0200
committerKarel Klic <kklic@redhat.com>2010-07-14 14:23:36 +0200
commit8fcc494c4fbea1eda95e30b9039275aa21768dd9 (patch)
treed56055b28303a539561343ad1a833eeee7c8f7b5 /src
parent3c74aac425877adf2f8fe34cafa7c3eb69e11f04 (diff)
parent3f58b10d917fa7d9e9465753d8fc93902c7ebbdf (diff)
downloadabrt-8fcc494c4fbea1eda95e30b9039275aa21768dd9.tar.gz
abrt-8fcc494c4fbea1eda95e30b9039275aa21768dd9.tar.xz
abrt-8fcc494c4fbea1eda95e30b9039275aa21768dd9.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src')
-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: