mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
InputCommon: Change "EOF" to "end of expression" in user facing string
This is hopefully clearer, since we're not dealing with a file.
This commit is contained in:
parent
f54faedd76
commit
c6b4438c62
@ -473,7 +473,7 @@ public:
|
||||
if (Peek().type == TOK_EOF)
|
||||
return result;
|
||||
|
||||
return ParseResult::MakeErrorResult(Peek(), _trans("Expected EOF."));
|
||||
return ParseResult::MakeErrorResult(Peek(), _trans("Expected end of expression."));
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user