Skip to content

Commit

Permalink
Update TLuaInterpreter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Edru2 committed Sep 7, 2020
1 parent 01f3f9d commit 530138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TLuaInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ int TLuaInterpreter::setConsoleBackgroundImage(lua_State* L)
return 1;
} else {
lua_pushnil(L);
lua_pushfstring(L, R"(miniconsole "%s" not found)", windowName.toUtf8().constData());
lua_pushfstring(L, R"(console "%s" not found)", windowName.toUtf8().constData());
return 2;
}
return 0;
Expand Down

0 comments on commit 530138e

Please sign in to comment.