localize window names
This commit is contained in:
parent
5f16edd0df
commit
3197e73b2c
36 changed files with 44 additions and 44 deletions
|
|
@ -44,7 +44,7 @@ void FurnaceGUI::drawLog() {
|
|||
nextWindow=GUI_WINDOW_NOTHING;
|
||||
}
|
||||
if (!logOpen) return;
|
||||
if (ImGui::Begin("Log Viewer",&logOpen,globalWinFlags)) {
|
||||
if (ImGui::Begin("Log Viewer",&logOpen,globalWinFlags,_("Log Viewer"))) {
|
||||
ImGui::Checkbox(_("Follow"),&followLog);
|
||||
ImGui::SameLine();
|
||||
ImGui::Text(_("Level"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue