mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[license] Warnings-- by making the one default case explicit
This commit is contained in:
parent
e2f6d160f8
commit
51ccd6be4d
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ LicensePage::setEntries( const QList< LicenseEntry >& entriesList )
|
|||
.arg( entry.prettyName )
|
||||
.arg( entry.prettyVendor );
|
||||
break;
|
||||
default:
|
||||
case LicenseEntry::Software:
|
||||
productDescription = tr( "<strong>%1</strong><br/>"
|
||||
"<font color=\"Grey\">by %2</font>" )
|
||||
.arg( entry.prettyName )
|
||||
|
|
Loading…
Add table
Reference in a new issue