Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
oov committed Apr 15, 2023
1 parent bfd9d62 commit e41b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/_entrypoint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function P.ondragover(files, state)
debug_print(string.format(i18n({
ja_JP = [=[%s: ondragover で false を返しました]=],
en_US = [=[%s: false returned on ondragover]=],
zh_CN = [=[%s: 在ondragenter上返回false]=],
zh_CN = [=[%s: 在ondragover上返回false]=],
}), h.name))
P.handlers[i] = false
end
Expand Down

0 comments on commit e41b1c0

Please sign in to comment.