fix: eating whitespaces in translations (resolves #372)
Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
parent
dedbf8ab82
commit
33aaf950e2
3 changed files with 30 additions and 20 deletions
|
|
@ -1274,7 +1274,7 @@ void BotGraph::showFileInfo () {
|
|||
msg (" compressed_size: %dkB", m_graphHeader.compressed / 1024);
|
||||
msg (" uncompressed_size: %dkB", m_graphHeader.uncompressed / 1024);
|
||||
msg (" options: %d", m_graphHeader.options); // display as string ?
|
||||
msg (" analyzed: %s", isAnalyzed () ? "yes" : "no"); // display as string ?
|
||||
msg (" analyzed: %s", isAnalyzed () ? conf.translate ("yes") : conf.translate ("no")); // display as string ?
|
||||
|
||||
msg ("");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue