Rename "Record" to "Start Recording"
... to be consistent with other views
This commit is contained in:
parent
60da66139e
commit
672c133ee4
|
@ -262,7 +262,7 @@ public class MyFreeCamsTableTab extends Tab implements TabSelectionListener {
|
|||
clipboard.setContent(content);
|
||||
});
|
||||
|
||||
MenuItem startRecording = new MenuItem("Record");
|
||||
MenuItem startRecording = new MenuItem("Start Recording");
|
||||
startRecording.setOnAction((e) -> startRecording(selectedModels));
|
||||
MenuItem openInBrowser = new MenuItem("Open in Browser");
|
||||
openInBrowser.setOnAction((e) -> DesktopIntegration.open(selectedModels.get(0).getUrl()));
|
||||
|
|
Loading…
Reference in New Issue