mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[libcalamares] Make the branding-loading messages follow same format as the others
This commit is contained in:
parent
d72e42f7ba
commit
0143aa5515
1 changed files with 1 additions and 1 deletions
|
@ -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" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue