Skip to content

Commit f730527

Browse files
committed
Correct recent msftidy change in outlook gather
1 parent 46a0ec8 commit f730527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/outlook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info={})
4040
OptString.new('FOLDER', [ false, 'The e-mailfolder to read (e.g. Inbox)' ]),
4141
OptString.new('KEYWORD', [ false, 'Search e-mails by the keyword specified here' ]),
4242
OptString.new('A_TRANSLATION', [ false, 'Fill in the translation of the word "Allow" in the targets system language, to click on the security popup.' ]),
43-
OptString.new('ACF_TRANSLATION', [ false, 'Fill in the translation of the phrase "Allow access for" in the targets system language, to click on the security popup.' ]),
43+
OptString.new('ACF_TRANSLATION', [ false, 'Fill in the translation of the phrase "Allow access for" in the targets system language, to click on the security popup.' ])
4444
], self.class)
4545

4646
register_advanced_options(

0 commit comments

Comments
 (0)