From e9e482b07a3b04c5e5e10cc8d3bf84c1ba22b7be Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 20 Apr 2024 04:21:53 +0300 Subject: [PATCH] ark: replace command with teletype format in error message actually the same Signed-off-by: Ivailo Monev --- ark/kerfuffle/addtoarchive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ark/kerfuffle/addtoarchive.cpp b/ark/kerfuffle/addtoarchive.cpp index a64b8329..eb27d8b8 100644 --- a/ark/kerfuffle/addtoarchive.cpp +++ b/ark/kerfuffle/addtoarchive.cpp @@ -135,7 +135,7 @@ void AddToArchive::slotStartJob(void) kDebug() << "Set filename to " << m_filename; } else { if (m_autoFilenameSuffix.isEmpty()) { - KMessageBox::error(NULL, i18n("You need to either supply a filename for the archive or a suffix (such as tar.gz) with the --autofilename argument.")); + KMessageBox::error(NULL, i18n("You need to either supply a filename for the archive or a suffix (such as tar.gz) with the --autofilename argument.")); emitResult(); return; }