Skip to content

Commit 13996b9

Browse files
committed
Correct action description for recording
The correct description is recording
1 parent a91b38c commit 13996b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/osx/manage/webcam.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info={})
3232
'Actions' => [
3333
[ 'LIST', { 'Description' => 'Show a list of webcams' } ],
3434
[ 'SNAPSHOT', { 'Description' => 'Take a snapshot with the webcam' } ],
35-
[ 'RECORD', { 'Description' => 'Take a snapshot with the webcam' } ]
35+
[ 'RECORD', { 'Description' => 'Record with the webcam' } ]
3636
],
3737
'DefaultAction' => 'LIST'
3838
))

0 commit comments

Comments
 (0)