From e8641f0bc6a3db34f517477d10a94923b4b3cc7a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 29 Jan 2010 15:32:47 +0100 Subject: Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording Signed-off-by: Denys Vlasenko --- src/Gui/CCReporterDialog.py | 2 +- src/Gui/report.glade | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'src/Gui') diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index b5f57d74..8e90ef9f 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: 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 @@ 0 5 N/A + True 40 @@ -108,6 +109,7 @@ 0 5 N/A + True 40 @@ -120,6 +122,7 @@ 0 5 N/A + True 40 @@ -132,6 +135,7 @@ 0 5 N/A + True 40 @@ -209,6 +213,7 @@ 0 5 N/A + True 40 @@ -221,6 +226,7 @@ 0 5 N/A + True 40 @@ -233,6 +239,7 @@ 0 5 N/A + True 40 @@ -245,6 +252,7 @@ 0 5 N/A + True 40 @@ -304,7 +312,7 @@ - I agree to submit this backtrace, which could contain sensitive data + I checked backtrace and removed sensitive data (passwords, etc) True True False -- cgit