Improved block size text

This commit is contained in:
WerWolv 2020-11-23 00:34:53 +01:00
parent 6a38f1e9f3
commit 2ab2f5e675
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ namespace hex {
ImGui::NewLine(); ImGui::NewLine();
ImGui::LabelText("Block size", "2048 blocks à %lu bytes", this->m_blockSize); ImGui::LabelText("Block size", "2048 blocks of %lu bytes", this->m_blockSize);
ImGui::LabelText("Average entropy", "%.8f", this->m_averageEntropy); ImGui::LabelText("Average entropy", "%.8f", this->m_averageEntropy);
ImGui::LabelText("Highest entropy block", "%.8f", this->m_highestBlockEntropy); ImGui::LabelText("Highest entropy block", "%.8f", this->m_highestBlockEntropy);