From 7732de598e26e70cae021d7e4607ec90aed875cd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 10 Oct 2021 19:20:05 +0900 Subject: Fixed stray ' in string. Signed-off-by: Michele Calgaro --- src/scanviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanviewer.cpp b/src/scanviewer.cpp index ec8dbc1..2fc6bc3 100644 --- a/src/scanviewer.cpp +++ b/src/scanviewer.cpp @@ -461,7 +461,7 @@ void ScanViewer::slotScan(const TQStringList & filepattern, int mode, bool recur else { int choice = KMessageBox::warningYesNoCancel( this, - i18n("The ClamAV daemon does not seem to be running on this system. Do you really want to continue with this scan or would you like to launch a standalone scan instead?'"), + i18n("The ClamAV daemon does not seem to be running on this system. Do you really want to continue with this scan or would you like to launch a standalone scan instead?"), i18n("Clamd not running"), i18n("Continue this scan"), i18n("Launch standalone scan"), -- cgit v1.2.1