GUI: remove colon
i will make this dynamic
This commit is contained in:
parent
50101414d3
commit
896f0925b1
|
@ -1849,7 +1849,7 @@ void FurnaceGUI::drawSampleEdit() {
|
||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
|
|
||||||
String statusBar=sampleDragMode?_("Draw"):_("Select:");
|
String statusBar=sampleDragMode?_("Draw"):_("Select");
|
||||||
String statusBar2="";
|
String statusBar2="";
|
||||||
String statusBar3=fmt::sprintf(_("%d samples, %d bytes"),sample->samples,sample->getCurBufLen());
|
String statusBar3=fmt::sprintf(_("%d samples, %d bytes"),sample->samples,sample->getCurBufLen());
|
||||||
String statusBar4="";
|
String statusBar4="";
|
||||||
|
|
Loading…
Reference in a new issue