fix: Wrong localization for Add button in hashes view

This commit is contained in:
WerWolv
2025-08-30 10:30:07 +02:00
parent ab1e5eb359
commit cde9dc37e5
5 changed files with 6 additions and 2 deletions

View File

@@ -291,7 +291,7 @@ namespace hex::plugin::hashes {
{
ImGui::PushClipRect(ImGui::GetWindowPos(), ImGui::GetWindowPos() + ImGui::GetWindowSize(), false);
const auto text = "hex.hashes.view.hashes.add"_lang;
const auto text = "hex.hashes.view.hashes.table_add"_lang;
const auto textSize = ImGui::CalcTextSize(text);
ImGui::SetCursorPosX((ImGui::GetWindowSize().x - textSize.x) / 2);
ImGuiExt::TextFormattedDisabled(text);