fix: Missing localization
This commit is contained in:
parent
3049590b68
commit
d1b6a21e86
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user