diff --git a/locale/en-US/eval.txt b/locale/en-US/eval.txt index 52ce92b4..c4a22b2f 100644 --- a/locale/en-US/eval.txt +++ b/locale/en-US/eval.txt @@ -40,8 +40,8 @@ ________________________________________________________________________________ ________________________________________________________________________________ Run any JavaScript command through eval(). Acts as a JavaScript interpreter by passing the argument to `eval()`. -[c]:javascript alert('Hello world')[c] shows a dialog box with the text "Hello world". -[c]:javascript <