mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
[libcalamares] Improve debug message while looking for gettext
This commit is contained in:
parent
422cd39c49
commit
aebe67fde7
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ gettext_path()
|
||||||
return bp::object( localedir.toStdString() );
|
return bp::object( localedir.toStdString() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cDebug() << " .. None found for" << candidateLanguages;
|
cDebug() << " .. No translation found for languages" << candidateLanguages;
|
||||||
return bp::object(); // None
|
return bp::object(); // None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue