From 19ca1b3c30074db64f408c9a362e2ee4f6fa15a3 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 4 Aug 2019 23:00:03 +0200 Subject: [PATCH] [libcalamares] One missing bit of coding style --- src/libcalamares/PythonJob.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libcalamares/PythonJob.cpp b/src/libcalamares/PythonJob.cpp index da87b8b00..39f500194 100644 --- a/src/libcalamares/PythonJob.cpp +++ b/src/libcalamares/PythonJob.cpp @@ -197,7 +197,9 @@ QString PythonJob::prettyStatusMessage() const { if ( m_description.isEmpty() ) + { return tr( "Running %1 operation." ).arg( QDir( m_workingPath ).dirName() ); + } else { return m_description;