summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/analyze_LocalGDB.xml.in4
-rw-r--r--src/plugins/analyze_RetraceServer.xml.in4
-rw-r--r--src/plugins/report_Bugzilla.xml.in1
3 files changed, 5 insertions, 4 deletions
diff --git a/src/plugins/analyze_LocalGDB.xml.in b/src/plugins/analyze_LocalGDB.xml.in
index f85072d0..925f2c41 100644
--- a/src/plugins/analyze_LocalGDB.xml.in
+++ b/src/plugins/analyze_LocalGDB.xml.in
@@ -2,7 +2,7 @@
<event>
<_name>Local GNU Debugger</_name>
<_description>Download debuginfo packages and generate backtrace locally using GDB</_description>
- <_long_description>Needs to downloads debuginfo packages, which might take significant time, and take up disk space.
+ <_long-description>Needs to downloads debuginfo packages, which might take significant time, and take up disk space.
However, unlike RetraceServer, doesn't send coredump to remote machines.
- </_long_description>
+ </_long-description>
</event>
diff --git a/src/plugins/analyze_RetraceServer.xml.in b/src/plugins/analyze_RetraceServer.xml.in
index 7f7f0362..f91bf763 100644
--- a/src/plugins/analyze_RetraceServer.xml.in
+++ b/src/plugins/analyze_RetraceServer.xml.in
@@ -2,10 +2,10 @@
<event>
<name>Retrace Server</name>
<_description>Send core dump to remote retrace server for analysis</_description>
- <_long_description>Uploads coredump to a server, which generates backtrace and returns it.
+ <_long-description>Uploads coredump to a server, which generates backtrace and returns it.
Pros: no need for debuginfo downloads. Retrace server's database of debuginfos is more complete. Retrace server may generate better backtraces.
Cons: coredump you upload contains all the data from the crashed program, including your private data, if any.
- </_long_description>
+ </_long-description>
<options>
<option type="text" name="RETRACE_SERVER_URL">
<_label>Retrace server URL</_label>
diff --git a/src/plugins/report_Bugzilla.xml.in b/src/plugins/report_Bugzilla.xml.in
index 6c87ad95..123235ea 100644
--- a/src/plugins/report_Bugzilla.xml.in
+++ b/src/plugins/report_Bugzilla.xml.in
@@ -8,6 +8,7 @@
<allow-empty>no</allow-empty>
<_description>Address of Bugzilla server</_description>
<default-value>https://bugzilla.redhat.com</default-value>
+ <note-html>You can create bugzilla.redhat.com account &lt;a href="https://bugzilla.redhat.com/createaccount.cgi"&gt;here&lt;/a&gt;</note-html>
</option>
<option type="text" name="Bugzilla_Login">
<_label>User name</_label>