diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-10 19:20:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-10 19:20:22 +0900 |
commit | 7732de598e26e70cae021d7e4607ec90aed875cd (patch) | |
tree | a51a25629c857541b2ab0ab918361ae7c5ad2e77 | |
parent | 07f27cfe893f1b9bb942837af40d42a4aa75f5c7 (diff) | |
download | klamav-7732de598e26e70cae021d7e4607ec90aed875cd.tar.gz klamav-7732de598e26e70cae021d7e4607ec90aed875cd.zip |
Fixed stray ' in string.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/scanviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |