mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
[libcalamaresui] When reporting failure, use full product name.
This commit is contained in:
parent
0396ed28b7
commit
d752223d0b
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ ViewManager::onInitFailed( const QStringList& modules)
|
|||
detailString = details.join( QString() );
|
||||
}
|
||||
|
||||
insertViewStep( 0, new BlankViewStep( title, description.arg( *Calamares::Branding::ShortProductName ), detailString ) );
|
||||
insertViewStep( 0, new BlankViewStep( title, description.arg( *Calamares::Branding::ProductName ), detailString ) );
|
||||
}
|
||||
|
||||
ViewStepList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue