Skip to content

Commit

Permalink
-___-
Browse files Browse the repository at this point in the history
  • Loading branch information
xesdoog committed Nov 1, 2024
1 parent 86eba9d commit 700352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/utils/actions_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function translateLabel(g)
break
end
end
if retStr == nil and retStr == "" then
if retStr == nil or retStr == "" then
if logMsg then
gui.show_warning("YimActions",
"Unsupported language or missing label(s) detected! Defaulting to English.")
Expand Down

0 comments on commit 700352f

Please sign in to comment.