localize window names

This commit is contained in:
tildearrow 2024-05-27 17:53:46 -05:00
parent 5f16edd0df
commit 3197e73b2c
36 changed files with 44 additions and 44 deletions

View file

@ -32,7 +32,7 @@ void FurnaceGUI::drawGrooves() {
}
if (!groovesOpen) return;
ImGui::SetNextWindowSizeConstraints(ImVec2(64.0f*dpiScale,32.0f*dpiScale),ImVec2(canvasW,canvasH));
if (ImGui::Begin("Grooves",&groovesOpen,globalWinFlags)) {
if (ImGui::Begin("Grooves",&groovesOpen,globalWinFlags,_("Grooves"))) {
int delGroove=-1;
ImGui::Text(_("use effect 09xx to select a groove pattern."));