mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
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:
parent
1fbe26542a
commit
e9e482b07a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue