[libcalamares] Make the branding-loading messages follow same format as the others

This commit is contained in:
Adriaan de Groot 2021-04-17 22:13:16 +02:00
parent d72e42f7ba
commit 0143aa5515

View File

@ -113,7 +113,7 @@ BrandingLoader::tryLoad( QTranslator* translator )
} }
else 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 // TODO: this loads something completely different
return translator->load( m_prefix + "en" ); return translator->load( m_prefix + "en" );
} }