[libcalamares] Make the branding-loading messages follow same format as the others
This commit is contained in:
parent
d72e42f7ba
commit
0143aa5515
@ -113,7 +113,7 @@ BrandingLoader::tryLoad( QTranslator* translator )
|
||||
}
|
||||
else
|
||||
{
|
||||
cDebug() << Logger::SubEntry << "Branding using default, system locale not found:" << m_localeName;
|
||||
cDebug() << Logger::SubEntry << "Branding no translation for" << m_localeName << "using default (en)";
|
||||
// TODO: this loads something completely different
|
||||
return translator->load( m_prefix + "en" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user