mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[libcalamares] One missing bit of coding style
This commit is contained in:
parent
1afa9c4d08
commit
19ca1b3c30
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue