From 2ab2f5e6753148e1c6ff7fa0441ad8ce485fa808 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 23 Nov 2020 00:34:53 +0100 Subject: [PATCH] Improved block size text --- source/views/view_information.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/views/view_information.cpp b/source/views/view_information.cpp index 3eadfbfb2..ac20ea122 100644 --- a/source/views/view_information.cpp +++ b/source/views/view_information.cpp @@ -174,7 +174,7 @@ namespace hex { 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("Highest entropy block", "%.8f", this->m_highestBlockEntropy);