Skip to content

Commit b3acbb7

Browse files
authored
Merge pull request #2211 from N-M-T/develop
Include description of enabling/disabling world video in Player's recorder menu
2 parents 2be3089 + c98acb3 commit b3acbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pupil_src/shared_modules/recorder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def init_ui(self):
181181
)
182182
self.menu.append(
183183
ui.Info_Text(
184-
"Recording the raw eye video is optional. We use it for debugging."
184+
"Enable/disable recording of eye and world video with these toggles"
185185
)
186186
)
187187
self.menu.append(

0 commit comments

Comments
 (0)