mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Fix prettyName.
This commit is contained in:
parent
4712af05a0
commit
754ef7dbbc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ QString
|
||||||
ProcessJob::prettyName() const
|
ProcessJob::prettyName() const
|
||||||
{
|
{
|
||||||
//TODO: show something more meaningful
|
//TODO: show something more meaningful
|
||||||
return tr( "Run %1" ).arg( m_command );
|
return tr( "Run command %1" ).arg( m_command );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue