summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-08 21:31:45 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-08 21:31:45 +0100
commite2fdf6c58eba440770624d13e25a63c3d77040db (patch)
tree37e4569af212b47339fa8e6c895e29a22eeaaecf /src/plugins
parenta6ee8958dbe6f45f95fca4fa2ea1490c7035be65 (diff)
downloadabrt-e2fdf6c58eba440770624d13e25a63c3d77040db.tar.gz
abrt-e2fdf6c58eba440770624d13e25a63c3d77040db.tar.xz
abrt-e2fdf6c58eba440770624d13e25a63c3d77040db.zip
added event description support into xml parser
- so event now has: action: description of what will happen when this event is used - the main purpose is for the event selector in wizard description: description of the event
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Bugzilla.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Bugzilla.xml b/src/plugins/Bugzilla.xml
index b8bd6e7a..bc8e8ecb 100644
--- a/src/plugins/Bugzilla.xml
+++ b/src/plugins/Bugzilla.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<event>
<name>Bugzilla</name>
- <action>_Report this problem to the Red Hat bug tracker</action>
+ <action>Report this problem to the Red Hat bug tracker</action>
+ <description>Reports selected problems to the Red Hat bug tracker</description>
<options>
<option type="text" name="Bugzilla_BugzillaURL">
<label>Bugzilla URL</label>