diff --git a/src/capture/workers/launcher/applauncherwidget.cpp b/src/capture/workers/launcher/applauncherwidget.cpp index da708a0f..c0345a2a 100644 --- a/src/capture/workers/launcher/applauncherwidget.cpp +++ b/src/capture/workers/launcher/applauncherwidget.cpp @@ -95,7 +95,7 @@ void AppLauncherWidget::launch(const QModelIndex &index) { m_tempFile = FileNameHandler().generateAbsolutePath("/tmp") + ".png"; bool ok = m_pixmap.save(m_tempFile); if (!ok) { - QMessageBox::about(this, tr("Error"), tr("Unable to write in /tmp.")); + QMessageBox::about(this, tr("Error"), tr("Unable to write in") + "/tmp."); return; } }