forked from j62/ctbrec
1
0
Fork 0

Rename "Record" to "Start Recording"

... to be consistent with other views
This commit is contained in:
0xboobface 2018-12-12 18:29:34 +01:00
parent 60da66139e
commit 672c133ee4
1 changed files with 1 additions and 1 deletions

View File

@ -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()));