summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/CCReporterDialog.py2
-rw-r--r--src/Gui/report.glade10
2 files changed, 10 insertions, 2 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index a8539b0b..816164b6 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -96,7 +96,7 @@ class ReporterDialog():
# if an backtrace has rating use it
if not SendBacktrace:
send = False
- error_msgs.append(_("You must agree with submitting the backtrace."))
+ error_msgs.append(_("You must check backtrace for sensitive data"))
# we have both SendBacktrace and rating
if rating != None:
try:
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 9927c18f..13e4c14e 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -96,6 +96,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -108,6 +109,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -120,6 +122,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -132,6 +135,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -209,6 +213,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -221,6 +226,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -233,6 +239,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -245,6 +252,7 @@
<property name="xalign">0</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">N/A</property>
+ <property name="selectable">True</property>
<property name="max_width_chars">40</property>
</object>
<packing>
@@ -304,7 +312,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbSendBacktrace">
- <property name="label" translatable="yes">I agree to submit this backtrace, which could contain sensitive data</property>
+ <property name="label" translatable="yes">I checked backtrace and removed sensitive data (passwords, etc)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>