From 91deac7c6a19b9dc83d6944cd8151d7cc5550d0d Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 27 Mar 2017 11:32:33 +0200 Subject: [PATCH] [DrKonqi] Drop "It is safe to close this dialog if you don't want to report a bug" Since we no longer show that dialog right away but only if the user already chose "Report Bug" from the notification (or clicked the tray icon). Differential Revision: https://phabricator.kde.org/D5085 --- drkonqi/drkonqidialog.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drkonqi/drkonqidialog.cpp b/drkonqi/drkonqidialog.cpp index bac2ebe3e..5b2bad975 100644 --- a/drkonqi/drkonqidialog.cpp +++ b/drkonqi/drkonqidialog.cpp @@ -132,9 +132,7 @@ void DrKonqiDialog::buildIntroWidget() } else { reportMessage = xi18nc("@info", "You can help us improve KDE Software by reporting " "this error.Learn " - "more about bug reporting.It is " - "safe to close this dialog if you do not want to report " - "this bug.", + "more about bug reporting.", QLatin1String(ABOUT_BUG_REPORTING_URL)); } } else {