Skip to content

Commit f0559fc

Browse files
dpuscherdehesa
authored andcommitted
Fix deep translate script for v3
1 parent f84e0b4 commit f0559fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/apps/deepl/deepl-app-translate.applescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on run translate
4747
end if
4848

4949
tell application "System Events"
50-
set value of text area 1 of group 4 of UI Element 1 of scroll area 1 of group 1 of group 1 of window "DeepL" of process "DeepL" to inputText
50+
set value of text area 1 of group 3 of UI Element 1 of scroll area 1 of group 1 of group 1 of window "DeepL" of process "DeepL" to inputText
5151
end tell
5252

5353
if copyResultToClipboard is true then

0 commit comments

Comments
 (0)