diff options
-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"), |