Skip to content

Commit 5d4e581

Browse files
committed
Truly fix locale issues
According to past Simon it should also work with right to left locales. Fixes #55
1 parent 7a5225a commit 5d4e581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh-askpass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ on run argv
3232
display dialog args with icon agent default button 1 buttons { "OK" }
3333
else if args ends with ": " or args ends with ":" then
3434
if args contains "pass" or args contains "pin" then
35-
display dialog args with icon agent default button {get localized string of "OK"} default answer "" with hidden answer
35+
display dialog args with icon agent default button 2 default answer "" with hidden answer
3636
else
37-
display dialog args with icon agent default button {get localized string of "OK"} default answer ""
37+
display dialog args with icon agent default button 2 default answer ""
3838
end if
3939
return result's text returned
4040
else if args contains " host " then

0 commit comments

Comments
 (0)