mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04: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
|
PythonJob::prettyStatusMessage() const
|
||||||
{
|
{
|
||||||
if ( m_description.isEmpty() )
|
if ( m_description.isEmpty() )
|
||||||
|
{
|
||||||
return tr( "Running %1 operation." ).arg( QDir( m_workingPath ).dirName() );
|
return tr( "Running %1 operation." ).arg( QDir( m_workingPath ).dirName() );
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return m_description;
|
return m_description;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue