summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-29 15:46:48 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-29 15:46:48 +0100
commitf089dda999dd47cb06a513b9b10776f726b42b69 (patch)
tree835b473651c5d9bd25a9968bbc785f5f02b31be2 /src/Gui
parenta7f0f9aa3164dbe16da025db4af15204dc265e59 (diff)
parente8641f0bc6a3db34f517477d10a94923b4b3cc7a (diff)
downloadabrt-f089dda999dd47cb06a513b9b10776f726b42b69.tar.gz
abrt-f089dda999dd47cb06a513b9b10776f726b42b69.tar.xz
abrt-f089dda999dd47cb06a513b9b10776f726b42b69.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
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>