From 222cfec6ad882196d8927f73e30d905daae89556 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 10 Jun 2021 18:07:30 -0700 Subject: Polish UI and add translations --- core/src/UI/UI_MainWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/UI/UI_MainWindow.cpp') diff --git a/core/src/UI/UI_MainWindow.cpp b/core/src/UI/UI_MainWindow.cpp index 18f6731..8131508 100644 --- a/core/src/UI/UI_MainWindow.cpp +++ b/core/src/UI/UI_MainWindow.cpp @@ -84,7 +84,7 @@ void ProjectTab_NoProject() ImGui::Spacing(); - if (ImGui::Button(ls->DialogConfirm.Get(), !dirNameIsValid || projectName.empty())) { + if (ImGui::Button(ls->Confirm.Get(), !dirNameIsValid || projectName.empty())) { ImGui::CloseCurrentPopup(); gs.SetCurrentProject(std::make_unique(std::move(dirPath), std::move(projectName))); @@ -97,7 +97,7 @@ void ProjectTab_NoProject() } ImGui::SameLine(); - if (ImGui::Button(ls->DialogCancel.Get())) { + if (ImGui::Button(ls->Cancel.Get())) { ImGui::CloseCurrentPopup(); } -- cgit v1.2.3-70-g09d2