ark: replace command with teletype format in error message

actually the same

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-20 04:21:53 +03:00
parent 1fbe26542a
commit e9e482b07a

View file

@ -135,7 +135,7 @@ void AddToArchive::slotStartJob(void)
kDebug() << "Set filename to " << m_filename; kDebug() << "Set filename to " << m_filename;
} else { } else {
if (m_autoFilenameSuffix.isEmpty()) { 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 <command>--autofilename</command> argument.")); KMessageBox::error(NULL, i18n("You need to either supply a filename for the archive or a suffix (such as tar.gz) with the <tt>--autofilename</tt> argument."));
emitResult(); emitResult();
return; return;
} }