mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
Merge pull request #8430 from JosJuice/eof-i18n-comment
InputCommon: Change "EOF" to "end of expression" in user facing string
This commit is contained in:
commit
cc6a1193b0
@ -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…
Reference in New Issue
Block a user