mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05: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
|
||||
{
|
||||
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…
Add table
Reference in a new issue