From ab8715739ec151bd3ecb82359bf6b901c2d74e40 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 14 Jul 2010 12:51:01 +0200 Subject: Be more polite with user Signed-off-by: Denys Vlasenko --- src/Gui/CReporterAssistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: debuginfo-install %s \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: -- cgit