summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 19:56:20 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 19:56:20 +0100
commit3f8e389b0777afd47bcc2fc4fe6001eced2ed54a (patch)
treef1f3efaf5993958f1f111716bf01e141d73888f1 /src/Gui/CCMainWindow.py
parentc6ed808433148bd8a704b313010bd57bbaa381d1 (diff)
parentc6cfcc792147083ab41eb990f8ee4e3150cd5d75 (diff)
downloadabrt-3f8e389b0777afd47bcc2fc4fe6001eced2ed54a.tar.gz
abrt-3f8e389b0777afd47bcc2fc4fe6001eced2ed54a.tar.xz
abrt-3f8e389b0777afd47bcc2fc4fe6001eced2ed54a.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Gui/CCMainWindow.py')
-rw-r--r--src/Gui/CCMainWindow.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index d97b34e..e429908 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -218,7 +218,9 @@ class MainWindow():
dump = dumpsListStore.get_value(dumpsListStore.get_iter(path[0]), dumpsListStore.get_n_columns()-1)
#move this to Dump class
if dump.isReported():
- report_label = _("<b>This crash has been reported, you can find the report(s) at:</b>\n")
+ report_label = _("<b>This crash has been reported:</b>\n")
+ # plugin message follows, but at least in case of kerneloops,
+ # it is not informative (no URL to the report)
for message in dump.getMessage().split('\n'):
if message:
if "http" in message[0:5] or "file:///"[0:8] in message: