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:39 +0900 |
commit | ef4ed79509512eb9074584f3309199d9f3ec8954 (patch) | |
tree | 54f4637003f1a4a098f918d19dcc613597c3bcc7 | |
parent | f68c297de63576d813b02a38d8a7632f0b5c6952 (diff) | |
download | klamav-ef4ed79509512eb9074584f3309199d9f3ec8954.tar.gz klamav-ef4ed79509512eb9074584f3309199d9f3ec8954.zip |
Fixed stray ' in string.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7732de598e26e70cae021d7e4607ec90aed875cd)
-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"), |