Rename 'Recording' tab to 'Models'

This commit is contained in:
Jafea7 2025-04-07 13:00:59 +10:00
parent b3342769fc
commit 9737b04931
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class RecordedTab extends Tab implements TabSelectionListener, ShutdownLi
private RecordLaterTab recordLaterTab;
public RecordedTab(Recorder recorder, List<Site> sites) {
super("Recording");
super("Models");
setClosable(false);
recordedModelsTab = new RecordedModelsTab("Active", recorder, sites);