Skip to content

Commit

Permalink
fix "
Browse files Browse the repository at this point in the history
Last fix I hope.
  • Loading branch information
rzndsa authored May 31, 2017
1 parent 5916168 commit d15bb0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cheat Engine/bin/autorun/monoscript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ function mono_invoke_method_dialog(domain, method)
end

if args[i].value==nil then
messageDialog(translate('parameter ')..i..': "'..mifinfo.parameters[i].edtVarText.Text..translate('" is not a valid value'), mtError, mbOK)
messageDialog(translate('parameter ')..i..': "'..mifinfo.parameters[i].edtVarText.Text..'" '..translate('is not a valid value'), mtError, mbOK)
return
end
end
Expand Down
6 changes: 5 additions & 1 deletion Cheat Engine/bin/languages/monoscript.po
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ msgid "parameter "
msgstr ""

#: monoscript-INAVA
msgid " is not a valid value"
msgid " is not a valid address"
msgstr ""

#: monoscript-INAVV
msgid "is not a valid value"
msgstr ""

#: monoscript-IFT
Expand Down

0 comments on commit d15bb0b

Please sign in to comment.