1
0
mirror of synced 2024-11-28 01:20:51 +01:00

fix: Missing localization

This commit is contained in:
WerWolv 2024-05-31 17:06:18 +02:00
parent 3049590b68
commit d1b6a21e86

View File

@ -1472,7 +1472,7 @@ namespace hex::plugin::builtin {
ImGui::TableNextRow();
ImGui::TableNextColumn();
ImGuiExt::TextFormatted("{} ", "Path");
ImGuiExt::TextFormatted("{} ", "hex.ui.common.path"_lang);
ImGui::TableNextColumn();
std::string path;